ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Internet Hyperlink (https://www.excelbanter.com/excel-programming/434749-internet-hyperlink.html)

Doug

Internet Hyperlink
 
How can I click on cell P2003 and have all cells "P3:P2001" That are not
hidden (shown) open up a web hyperlink?
The page I would like to open is:
http://moneycentral.msn.com/investor...ocookie=1&SZ=2
Each cell will have to be individually included in the web page address &
will open up under separate tabs. The one showing here is JCG.
I know this is possible, I just can't figure out how? Can someone please
help me?
--
Thank you!

Don Guillett

Internet Hyperlink
 

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Doug" wrote in message
...
How can I click on cell P2003 and have all cells "P3:P2001" That are not
hidden (shown) open up a web hyperlink?
The page I would like to open is:
http://moneycentral.msn.com/investor...ocookie=1&SZ=2
Each cell will have to be individually included in the web page address &
will open up under separate tabs. The one showing here is JCG.
I know this is possible, I just can't figure out how? Can someone please
help me?
--
Thank you!



Don Guillett

Internet Hyperlink
 
Sub openhyperlinksSAS() 'SalesAidSoftwareCode
For Each c In Range("p3:P2001").SpecialCells(xlCellTypeVisible)
ActiveWorkbook.FollowHyperlink Address:= _
"http://moneycentral.msn.com/investor/charts/chartdl.aspx?PT=3&showchartbt=Redraw+chart&compsym s=&D4=1&DD=1&D5=2&DCS=2&MA0=1&MA1=2&CF=4&D8=1&DB=1 &DC=1&D7=&D6=&symbol="
& c & "&nocookie=1&SZ=2"
Next
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Don Guillett" wrote in message
...

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Doug" wrote in message
...
How can I click on cell P2003 and have all cells "P3:P2001" That are not
hidden (shown) open up a web hyperlink?
The page I would like to open is:
http://moneycentral.msn.com/investor...ocookie=1&SZ=2
Each cell will have to be individually included in the web page address &
will open up under separate tabs. The one showing here is JCG.
I know this is possible, I just can't figure out how? Can someone please
help me?
--
Thank you!





All times are GMT +1. The time now is 06:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com