G Guest May 25, 2004 #1 I have a hyperlink on a form that needs to open the url in a new window. Any ideas
A Albert D. Kallal May 26, 2004 #2 To open a word document, you can use: application.FollowHyperlink "c:\test\PriceList.doc" To open yahoo.com...you can use: application.FollowHyperlink "http://www.yahoo.com" The above works for any document...so excel..pdf files etc. will work..
To open a word document, you can use: application.FollowHyperlink "c:\test\PriceList.doc" To open yahoo.com...you can use: application.FollowHyperlink "http://www.yahoo.com" The above works for any document...so excel..pdf files etc. will work..