Thread
:
Loop until cell is empty
View Single Post
#
2
Posted to microsoft.public.excel.programming
Leonardo
external usenet poster
Posts: 11
Loop until cell is empty
Have you tried:
While ActiveCell < Empty
Your_routine ' Enter your code, looking for desired string and deciding
' if it must be replaced or not
Activecell.Offset(1,0).Select
Wend
Best regards.
Reply With Quote
Leonardo
View Public Profile
Find all posts by Leonardo