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.
|