Everything works out fine except for transferring of the heading of worksheets that don't have any date besides the heading themselves. I believe an IF/ELSE statement could fix this but do not know enough about VBA to implement it into the macro. Something like:
IF (Row 2 is empty)
Do not transfer data from this worksheet
ELSE
Transfer Data and move on to next row
I'm not a programmer or even close, but I do understand the logic somewhat...
Here is a sample of 3 of the worksheets I am using, 2 of them have just the headers in them and data. The other one has the header plus a row of data.
Also, is there any way to add formatting to the code below? I would like to make the heading Bold and add an Outline and Inside Border to all cells with headings?
Bookmarks