Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
I need a macro to access a web site from vba. I do know How to use: ActiveSheet.Hyperlinks.Add _ Anchor:=Selection, Address:= _ "http://www.allexperts.com", _ TextToDisplay:="Text to Dispaly" BUT THIS IS NOT THE CASE!! So I need some thing like: Sub Eg() Application.Open "www.google.com" End Sub This way when I presh Eg, I go directly to the desired Web Site, in this example to www.gogle.com PS: Please avoid sending me Hyperlinks examples using a range, a cell and/or a selection. This has to be done from VBA, and I have to go to the desired Web Site from my macro!!! Many Thanks!!!!!!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking for Excel site similar to "The Word MVP Site" | New Users to Excel | |||
On site Excel & Access Training | Excel Discussion (Misc queries) | |||
Unable to access the Office Online Web site in Office 2003, Excel | Excel Discussion (Misc queries) | |||
Access a internet Web Site uisng a macro done with excel | Excel Programming | |||
FTP site | Excel Programming |