View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ridd Tom Ridd is offline
external usenet poster
 
Posts: 1
Default Interacting with Explorer

I'm implementing a quick and dirty help file approach where clicking a help
button on a form pops up a web page

Basic line goes
Shell "C:\Windows\Explorer.exe c:\manual.htm"

Anyway it would be convenient if I could pop up the web page at a particular
bookmark on the page, something like...
Shell "C:\Windows\Explorer.exe c:\manual.htm#StepTwo"

Except this doesn't work because that isn't a file name. I'm sure there must
be a way of doing this. Any ideas?

Cheers in advance,

Tom