Dendennydenden
New Member
- Joined
- Mar 5, 2018
- Messages
- 7
Hi,
I hope someone can help with this.
i am trying to use VBA to import data from multiple csv files.
Column A contains a list of filenames (around 20 rows)
My current code goes to cell A3, uses that as its filename, copies information from the file and pastes it into cells B3:M3 of my 'master'.
Can someone advise me on how to then move down a row, repeat the copy/paste macro, and continue down until it finds a blank row in column A.
All help gratefully received.
Thanks
I hope someone can help with this.
i am trying to use VBA to import data from multiple csv files.
Column A contains a list of filenames (around 20 rows)
My current code goes to cell A3, uses that as its filename, copies information from the file and pastes it into cells B3:M3 of my 'master'.
Can someone advise me on how to then move down a row, repeat the copy/paste macro, and continue down until it finds a blank row in column A.
All help gratefully received.
Thanks