VBA

  • Thread starter Thread starter Olinda Roxo
  • Start date Start date
O

Olinda Roxo

how to write in VBA something that searches in a file (archive) a does it
line by line?
 
Once you get the file open and activate the sheet to search for
Cells.Find(What:="test", After:=ActiveCell, LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:= _
False, SearchFormat:=False).Activate
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top