Thread
:
How to jump to fisr empty row?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Charles
external usenet poster
Posts: 1
How to jump to fisr empty row?
Hi,
try
Sub JumpToEmpty()
Selection.End(xlDown).Offset(1,0).select <<<<<<
????How to move from above to one cell down????
end sub
Charle
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Charles
View Public Profile
Find all posts by Charles