Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This macro takes active cell value and adds to a link and then opens
it in the default browser, it works fine with IE. But with Firefox the link becomes, "http://www.rcdb.com/qs.htm? quicksearch=JetlineFirefoxHTML\Shell\Open\Command" . Sub rcdb_check() Dim RCDBCLINK As String RCDBCLINK = "http://www.rcdb.com/qs.htm?quicksearch=" & ActiveCell.Value ActiveWorkbook.FollowHyperlink Address:=RCDBCLINK, NewWindow:=True End Sub Does anybody have a solution for this or a alternative code? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i save a file as htm that can be read by Firefox? | Excel Discussion (Misc queries) | |||
Make Excel use Firefox | Excel Programming | |||
Embedding Excel in IE and Firefox | Excel Programming | |||
control mozilla firefox | Excel Programming | |||
Web Import via Firefox | Excel Programming |