Not using VBA for some time I cannot remember how to select a range of cells using relative references.
I have used :-
ActiveCell.Offset(1, 2).Range("A1:B8").Select
but wish to replace ("A1:B8") with a script similar to the offset value as my cell referecne will change file by file. Can someone point me in the direction please?
DaveFish
I have used :-
ActiveCell.Offset(1, 2).Range("A1:B8").Select
but wish to replace ("A1:B8") with a script similar to the offset value as my cell referecne will change file by file. Can someone point me in the direction please?
DaveFish