excel VBA - searching a range

  • Thread starter Thread starter Zygoid
  • Start date Start date
Z

Zygoid

How would i search a range of a whole column instead of specific cells
like .Range("a1:a300")?
 
..range("a:a")
..columns(1)
..range("a1").entirecolumn

are a few ways.
 
ahhh! Thanks!!

I was trying .Column(1)

i see i neede an "s" in there

Thanks again
 

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