2 Replies - 10329 Views - Last Post: 03 July 2008 - 06:50 PM Rate Topic: -----

#1 carl2k2  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 03-July 08

Open Hyperlink Using Command Button

Post icon  Posted 03 July 2008 - 04:59 PM

How Can I have it so when you click on the command button it will load the web page, in firefox or IE, so it will open a new window,

Want it so it will open a site in web browser then also open another form, so i guess I would have form2.show under the code?
Is This A Good Question/Topic? 0
  • +

Replies To: Open Hyperlink Using Command Button

#2 anand_the_great  Icon User is offline

  • New D.I.C Head

Reputation: 2
  • View blog
  • Posts: 47
  • Joined: 15-April 08

Re: Open Hyperlink Using Command Button

Posted 03 July 2008 - 05:37 PM

Dude you got to search it in Google.
I got the whole code some there.
It works.
Thank you.
Anand.
Was This Post Helpful? 0
  • +
  • -

#3 Zhalix  Icon User is offline

  • D.I.C Regular

Reputation: 20
  • View blog
  • Posts: 260
  • Joined: 07-May 08

Re: Open Hyperlink Using Command Button

Posted 03 July 2008 - 06:50 PM

Use the shell() function. It opens up a new window.

Shell "filepath", vbNormalFocus



For specifics you can search through Google or try it out on your own.

This post has been edited by Zhalix: 03 July 2008 - 07:03 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1