PDA

View Full Version : calling the internet



lior03
06-13-2006, 04:59 AM
hello
the following code is suppose to open from excel a browser at a specific site.
does ot work only with internet explorer?.i am using firefox mozilla.
it do not respond to the code.why?

On Error GoTo err
ActiveWorkbook.FollowHyperlink Address:="http://www.ynet.co.il/", NewWindow:=True
Exit Sub
err:
MsgBox err.number & "-" & err.Description, vbCritical

thanks

Bob Phillips
06-13-2006, 05:34 AM
hello
the following code is suppose to open from excel a browser at a specific site.
does ot work only with internet explorer?.i am using firefox mozilla.
it do not respond to the code.why?

On Error GoTo err
ActiveWorkbook.FollowHyperlink Address:="http://www.ynet.co.il/", NewWindow:=True
Exit Sub
err:
MsgBox err.number & "-" & err.Description, vbCritical
thanks

Works fine for me with Firefox.