Newbie quesiton, I know.
A cell has been selected in VBA by using "". How do you select a range starting with that point going out to the end of the sheet in the same row?![]()
ActiveCell.Offset(-1, 3).Select
For example the "" may end up at J3. I want to then select range J3 through IV3.![]()
ActiveCell.Offset(-1, 3).Select
The start point will be different every time.
Thanks
Bookmarks