S
saziz
HI all,
This is what I am trying to do, look in range Column A in active sheet,
copy upto whatever range is filled down and paste in sheet 2. the code
below is copying only the last cell and pasting in sheet 2.
Range("A65536").End(xlUp).Copy _
Worksheets("sheet2").Range("a65536").End(xlUp)
Appreciate your help.
Thanks
Syed
This is what I am trying to do, look in range Column A in active sheet,
copy upto whatever range is filled down and paste in sheet 2. the code
below is copying only the last cell and pasting in sheet 2.
Range("A65536").End(xlUp).Copy _
Worksheets("sheet2").Range("a65536").End(xlUp)
Appreciate your help.
Thanks
Syed