Thread
:
Continue running macro until last line of data.
View Single Post
#
2
Posted to microsoft.public.excel.programming
RadarEye
external usenet poster
Posts: 78
Continue running macro until last line of data.
Hi,
As an alternative for
Do While rng.Value < ""
you canuse
Do While Not IsEmpty(rng)
hth,
Wouter
Reply With Quote
RadarEye
View Public Profile
Find all posts by RadarEye