View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fgomez Fgomez is offline
external usenet poster
 
Posts: 5
Default Using Find Function with Macros

I have a file with Column A, containing accounts number and to the right, 7
columns with different information related to the accounts, each account
could have 1 to hundreds of rows, what I am trying to do is with a Macro use
"Find" function and look for a specific account but the account to be input
in message box.
I try to do it with the Macro record but I can only get a specific account.
Could I have some help.

Thanks

Fernando