M
Marco Rodas
What is the code to have a macro select the active cell
and the adjacent two cells to the left, regardless of
where the active cell is? I have tried:
Range(ActiveCell.Select, ActiveCell.Offset (0, -2)).Select
with no luck.
Thanks.
and the adjacent two cells to the left, regardless of
where the active cell is? I have tried:
Range(ActiveCell.Select, ActiveCell.Offset (0, -2)).Select
with no luck.
Thanks.