View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Restrict Find to one column

If you mean with code

Range("A1").EntireColumn.find . . .

or

Columns(1).Find . . .

Regards,
Tom Ogilvy


"Matt." wrote in message
.. .
Hi all!

I did a quick Google search but couldn't find the answer to the question:
How do I force Excel's Find to only search column A?

Any help greatly appreciated.

cheers,
Matt.