Looking for <> empty cells

  • Thread starter Thread starter jtrevill
  • Start date Start date
J

jtrevill

I'm trying to identify cells that are not empty. However, when usin
code such as the following (very simple)

Do until activecell <> empty
Activecell.offset(1,0).activate
Loop

and when searching cells that include 0, 0, 0, 30

It will skip over the 0's and stop at the cell with 30 in it. How ca
you get it to identify the 0 as <> empty?

Thanks
 
This works for you?

Do until activecell <> empty


--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top