VBA_fanatic
New Member
- Joined
- Feb 5, 2022
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi all,
I am pulling a CSV file from one of our online platforms and pasting it into a sheet called (Expenses) & on the same sheet, I'm inputting some GL codes. The workbook has 3 sheets, the majority of the info from the Expenses sheet is taken and automatically(formulae driven) copied to sheet 2 called (Transactions) that will further be copied to Accounting Software.
My question is -: I want to create a VBA to import the CSV file that I download each day. My mission is to import the CSV in Expenses Sheet from the range B1 to anywhere. Also, I want to set up the import button for the whole Macro on Sheet 1 called (Import report). Can anyone help me?
I am pulling a CSV file from one of our online platforms and pasting it into a sheet called (Expenses) & on the same sheet, I'm inputting some GL codes. The workbook has 3 sheets, the majority of the info from the Expenses sheet is taken and automatically(formulae driven) copied to sheet 2 called (Transactions) that will further be copied to Accounting Software.
My question is -: I want to create a VBA to import the CSV file that I download each day. My mission is to import the CSV in Expenses Sheet from the range B1 to anywhere. Also, I want to set up the import button for the whole Macro on Sheet 1 called (Import report). Can anyone help me?