F
Francis Hookam
Text in (say) A1
Want to copy into (say) B10
How?
Cells(1, 1). Copy Destination:= Cells(10, 2)
or something like that
Would prefer to keep to Cells(x, y) (rather that absolute references) since
I need to use variables
Cannot see why I cannot make it work!
Francis Hookham
Want to copy into (say) B10
How?
Cells(1, 1). Copy Destination:= Cells(10, 2)
or something like that
Would prefer to keep to Cells(x, y) (rather that absolute references) since
I need to use variables
Cannot see why I cannot make it work!
Francis Hookham