Thread
:
Goto next empty cell in a range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Goto next empty cell in a range
try
Sub findnextblank()
Application.Goto [findrng].Find("", after:=ActiveCell)
End Sub
--
Don Guillett
SalesAid Software
"Keith Robinson" wrote in message
...
Can any one help me with a macro/code that will make the
next empty cell in a named rage become the active cell
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]