Access a internet Web Site uisng a macro done with excel

  • Thread starter Thread starter hotbero
  • Start date Start date
H

hotbero

Hi all!

I would like to do some thing like:

Sub QAZ()
'So I go to this Web Site
Application.Open "WWW.BBCNEWS.COM"
End Sub


So when I click the macro, I go to the desired Web Site!

I don't want to use Hyperlinks from a cell.

Must be done from VBA!

Many Thanks!!
 
Take a look at FollowHyperlink in VBA's help.

Hi all!

I would like to do some thing like:

Sub QAZ()
'So I go to this Web Site
Application.Open "WWW.BBCNEWS.COM"
End Sub

So when I click the macro, I go to the desired Web Site!

I don't want to use Hyperlinks from a cell.

Must be done from VBA!

Many Thanks!!
 

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

Back
Top