An open API service indexing awesome lists of open source software.

https://github.com/MonikaJ96/vba-adding_new_data_to_the_table

Adding new data to the table in the appropriate format. Error control.
https://github.com/MonikaJ96/vba-adding_new_data_to_the_table

Last synced: 4 months ago
JSON representation

Adding new data to the table in the appropriate format. Error control.

Awesome Lists containing this project

README

        

# vba
Adding new data to the table in the appropriate format. Error control.
In the sample Excel Sheet we start with table which looks like this: "A1" cell: "Date", "B1" cell: "Dealer", "C1" cell: "Product", "D1" Cell: "Profit".
We want "Date" to be in the date format and the "Profit" in the currency format.