Dannyh1
Well-known Member
- Joined
- Nov 18, 2009
- Messages
- 1,144
Hi,
I have the following code
I colour this Range & then I want to go back to the 1st column in Range
I tried below, but this errors
Help appreciated.
Thanks
I have the following code
Code:
Range(Selection, Selection.Offset(0, 9)).Select
I colour this Range & then I want to go back to the 1st column in Range
I tried below, but this errors
Code:
Range(Selection, Selection.Offset(0, -9)).Select
Help appreciated.
Thanks