Open a web page in Word

P

Peter

Can I use VBA in Word to open a web page on a web server?

I can use followhyperlink to open a HTML file on the local system but if
this is used for a file on a web server it opens the file in a new Browser
window
---
haddress = "file:///" & fname & ".htm"
ActiveDocument.FollowHyperlink haddress

Grateful for any assistance,
Peter E
 
Top