Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Interacting with Explorer

Tom,

You want to shell to Internet Explorer, not Windows Explorer.
E.g.,

Shell "C:\Program Files\Internet Explorer\iexplore.exe
c:\manual.htm#StepTwo"


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Tom Ridd" wrote in message
...
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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interacting with 2 different excel files Trups Excel Discussion (Misc queries) 0 August 9th 07 04:52 AM
Problem interacting between VB.NET and VBA6 with Excel 2003 Nicholas Dreyer Excel Discussion (Misc queries) 0 April 6th 07 04:07 AM
Windows Explorer maximizes over XL 2000, if opened w/ explorer bill Excel Discussion (Misc queries) 2 June 28th 05 02:53 PM
Excel in Explorer George Setting up and Configuration of Excel 1 April 9th 05 12:55 PM
SAP Business Explorer (BEx) Bradley Johnson Excel Programming 1 August 8th 03 09:11 PM


All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"