B
Barry
Please Help.
I use Word Macros extensively throughout our office. One of my
coworkers decided to create some HTML pages to access our 100's of
procedures. So what I've done is added a link to my Word Macro
Application Launcher that shells out to ie6 and displays the HTML
pages.
Code to open HTML page follows:
Shell Chr$(34) + "C:\Program Files\Internet Explorer\IEXPLORE.EXE" +
Chr$(34) + _
"I:\I.M.S\MacroFiles\MasterTemplates\IMS Web Pages\Emergency
Procs.htm", vbMaximizedFocus
Now the problem is that when the user clicks on one of the
links,(linked to word documents) the browser returns the infamous "The
page cannot be displayed" error.
The current workaround is to restart the macro program that I
currently use, once it is restarted and the link is accessed once
again, the link opens fine. So I'm wondering why the link won't open
on the 1st attempt.
Any help would be greatly appreciated.
Windows 2000
Word XP
IE 6.0.2800
I use Word Macros extensively throughout our office. One of my
coworkers decided to create some HTML pages to access our 100's of
procedures. So what I've done is added a link to my Word Macro
Application Launcher that shells out to ie6 and displays the HTML
pages.
Code to open HTML page follows:
Shell Chr$(34) + "C:\Program Files\Internet Explorer\IEXPLORE.EXE" +
Chr$(34) + _
"I:\I.M.S\MacroFiles\MasterTemplates\IMS Web Pages\Emergency
Procs.htm", vbMaximizedFocus
Now the problem is that when the user clicks on one of the
links,(linked to word documents) the browser returns the infamous "The
page cannot be displayed" error.
The current workaround is to restart the macro program that I
currently use, once it is restarted and the link is accessed once
again, the link opens fine. So I'm wondering why the link won't open
on the 1st attempt.
Any help would be greatly appreciated.
Windows 2000
Word XP
IE 6.0.2800