I searched the web and newsgroups but couldn't find a way
to do this. I would like to search multiple sheets in a
particular column and paste the complete row containing
the searched word into a new sheet.
For example, suppose I have 2 sheets (sheet1 and sheet2),
each containing 3 colums (item_number, description, brand).
I would like to search for all items that are Acme brand,
and have the results (complete row) pasted into a new
sheet (sheet3).
Anyone know how this can be done? I would truly appreciate
any help with this.
Best regards,
Paul
Find has several arguments that may be critical to getting the type of match
you want. Turn on the macro recorder and do a find on your sheet. Then
turn off the macro recorder and look at the recorded code. This will give
you an idea of the additional arguments which you might want to use. Be
aware that several of the arguments are persistent in terms of their
settings, so it is better to set them explicitly in your code each time you
use them. For brevity, I have not done that.
--
Regards,
Tom Ogilvy
"Paul M" <plmr-...@flashmail-nospam.com> wrote in message
news:cvi2s1t3crkdahvqb...@4ax.com...