Using search in a word doc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building a form in word, How do I install a search capability to search
an excel file?
 
Depends what you want to search for and how good your VBA programming skills
are. Simplest is probably to add a reference to the Excel Library to the VBA
project, instantiate a reference to the Excel application, then use Excel's
own search function.
 
Back
Top