J
Jan Nademlejnsky
I would like to use in my macro a feature to jump into the first empty row:
Let say I am in A3:
Sub JumpToEmpty()
Selection.End(xlDown).Select
????How to move from above to one cell down????
end sub
Thanks
Jan
Let say I am in A3:
Sub JumpToEmpty()
Selection.End(xlDown).Select
????How to move from above to one cell down????
end sub
Thanks
Jan