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.
- Host: GitHub
- URL: https://github.com/MonikaJ96/vba-adding_new_data_to_the_table
- Owner: MonikaJ96
- Created: 2020-10-15T12:40:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T12:57:45.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:18:15.784Z (8 months ago)
- Language: VBA
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - MonikaJ96/vba-adding_new_data_to_the_table - Adding new data to the table in the appropriate format. Error control. (VBA)
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.