Hi Kristie, Wanting to make sure I'm setting mine up right based off yours, if i use the lastrow function you have written, how would I tell it to copy from rows last row up through row a?
I've got data from 5 sheets, or tabs, and I want to tell the computer to compile them all into one list.
So something like
'finds last used row in column A
LastRow = Range("A65536").End(xlUp).Row
then
copy ("a:lastrow") to the new sheet? Want to make sure i'm on the right track.
thanks!!
I've got data from 5 sheets, or tabs, and I want to tell the computer to compile them all into one list.
So something like
'finds last used row in column A
LastRow = Range("A65536").End(xlUp).Row
then
copy ("a:lastrow") to the new sheet? Want to make sure i'm on the right track.
thanks!!