L
ledzepe
Hi everyone,
I have a large Excel file that I need to append to. I want to append t
the first blank row in Column A. How do I do that? My script's below:
Range("A1").Select 'to selec
column A
Range(Selection, Selection.End(xlDown)).Select 'to goto last row w
data
???????????? 'move on
row down??
I have a large Excel file that I need to append to. I want to append t
the first blank row in Column A. How do I do that? My script's below:
Range("A1").Select 'to selec
column A
Range(Selection, Selection.End(xlDown)).Select 'to goto last row w
data
???????????? 'move on
row down??