Hello,
I am having an issue in getting a little macro I wrote.
The spreadsheet originally contains 60 sheets, but I added 2 more, namely "Model" and "Database".
I need to copy data from each of the 60 original sheets into Database. All sheets are formatted exactly in the same way (number or columns / rows), but unluckily those include headers which I need to get rid of (I cannot delete rows once I imported all data as the "Database" worksheet will be formatted with xyz formula; for the same reason Ranges must be tailored to each individual sheet).
There is a sheet which has header + 1 single row, hence I cannot use Range("A2").End(xlDown) etc as it won't work.
My biggest issues seems to be that my macro won't work if any cell in the given range is selected prior to the macro.
Any help would be greatly appreciated!![]()
Please Login or Register to view this content.
![]()
Bookmarks