M
Microsmith
Hello,
I'm developing a Word add-in that I want to work with Word 2000,2002,2003,
and 2007. All macros works fine in all versions with one exception. I have
a button on a form that executes a procedure using FollowHyperlink to open a
browser and go to a specific web page. The button works flawlessly in Word
2002 - 2007. However in Word 2000, pressing the button (executing the
procedure) causes Word to bomb out. Is there another way to accomplish the
same objective in Word 2000? Here's the VBA code I'm using:
ThisDocument.FollowHyperlink Address:=myWebSite, NewWindow:=True,
AddHistory:=True
Thank you in advance.
Microsmith
I'm developing a Word add-in that I want to work with Word 2000,2002,2003,
and 2007. All macros works fine in all versions with one exception. I have
a button on a form that executes a procedure using FollowHyperlink to open a
browser and go to a specific web page. The button works flawlessly in Word
2002 - 2007. However in Word 2000, pressing the button (executing the
procedure) causes Word to bomb out. Is there another way to accomplish the
same objective in Word 2000? Here's the VBA code I'm using:
ThisDocument.FollowHyperlink Address:=myWebSite, NewWindow:=True,
AddHistory:=True
Thank you in advance.
Microsmith