Search Companion

  • Thread starter Thread starter Dennis Shaw
  • Start date Start date
D

Dennis Shaw

I am using Excel 2003 and and my operating system is Windows XP.
Using Excel VBA,is there any way to activates the Search Comapanion? I have
tried Application.SendKey ("^{ESC}") but it does not work.
 
Perhaps:

Sub dural()
Application.SendKeys ("%fh")
DoEvents
End Sub
 

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