I am trying to create a macro that prompts to import excel files and then imports the worksheet in that file to a workbook.
What I wan to be able to do is to be able to:- Delete the first 4 rows, as it contains the header and other generic information about the worksheet (which is not needed)
- If it is the first sheet to be imported then add as a new worksheet.
- Check to see if data is already present and it is not the first import then add the data at the first blank row on the current worksheet.
The format of the data will not change, number of columns will remain the same but the number of rows will vary anywhere from 30 to 300 rows.
This is what I have so far, it prompts the user to select the file and then imports it as a new worksheet.
Can you please help ! Thanks.
Bookmarks