Open in new Window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a hyperlink on a form that needs to open the url in a new window. Any ideas
 
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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top