I am trying to copy a selection on a sheet for Range("B2") to SpecialCells(xlLastCell). I think I should be able to do this but can't get the syntax right.
Here is my code:
Any suggestions Please
Mozzz
Here is my code:
Code:
Sheets(1).Range("B1:" & .SpecialCells(xlLastCell)).Copy _
Destination:=Sheets(2).Range("A1")
Any suggestions Please
Mozzz