M
maxifire
Hi,
I am having problem using the Offset property in VBA.
Say if I'd like to select the cell on the right next to the curren
active cell, I'd use:
ActiveCell.Offset(0, 1)
In my case, I'd like to select the cell on the LEFT next to the curren
active cell. What's the code that I should use? I've tried:
ActiveCell.Offset(0, -1) but it gives me an error.
Please help.
Thank you!
Regards,
Kennet
I am having problem using the Offset property in VBA.
Say if I'd like to select the cell on the right next to the curren
active cell, I'd use:
ActiveCell.Offset(0, 1)
In my case, I'd like to select the cell on the LEFT next to the curren
active cell. What's the code that I should use? I've tried:
ActiveCell.Offset(0, -1) but it gives me an error.
Please help.
Thank you!
Regards,
Kennet
