Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Moving one cell down in VBA
Moving one cell down in VBA
Resolved · Medium Priority · Version 2007
Moving one cell down in VBA
Hi,I am trying how to express in VBA to move with cursor one cell down.
I use the following
"Selection.End(xlDown).Select"
to go to the last non empty cell but after that I would need to go one further cell down to do a paste.....however when I record the
macro I have got the following:
Range("A4").Select
Which obviously will move the cursor to the cell A4.....so is there a way to dynamically move the cursor one cell down?
Thanks a lot for the reply
Sergio
For upcoming training course dates see: Pricing & availability
RE: Moving one cell down in VBA
Could you not use ActiveCell.Offset(1, 0).select ??Sophie
|
|
» Forum post: Data and charts |



Course updates

