Display HTML help file using FollowHyperlink; want browser to have Focus

  • Thread starter Thread starter L Mehl
  • Start date Start date
L

L Mehl

Hello --

We display the HTML help file using

ThisWorkbook.FollowHyperlink _
Address:="c:\TAHelp.htm"

It opens a browser window containing the file, but the browser loses focus,
so the user has to click the browser icon in the tray to give it focus.

Is there a parameter to set to open the browser and give it the focus?

I am thinking of vbMaximizedFocus in a Shell command which has this effect.

From a broader perspective, is FollowHyperlink the best way to open a Help
file?

Thanks for any suggestions.

Larry Mehl
 
Larry

How are you running the sub? For me XL2000 and Mozilla FireFox, it gets the
focus.
 
Dick --

It runs on a button click. FireFox is OK for me, too.

Larry
 

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