Thread: Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Macro

As ALWAYS, post your code for comments.
Look in the vba help index for FINDNEXT.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"orquidea" wrote in message
...
Hi:

I want to use the CTRL F (find funtion) with 2 files. One file called
"data" has a list of about 10 companies and the other file called "stats"
has
information of many companies.
I want to do a macro with loop that finds every name of file "data" on the
file "stats" and do calculations (I already have the macro for the
calculations"). I think I can use option CRTL F to search but I don't
know
how to code it.

Could anyone help me pls.

Thanks in advance

Orquidea