Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a web query that imports a table with both text and
hyperlinks. What I need is the row number of each cell that has a hyperlink and the URL for it. I know how to read the cells that I want using: For Each rangeX In Sheets("x").Range("A1:G7") but I can not figure out how to determine the cells that have hyperlinks. I can also read the page using the following: For Each hyperX In Sheets("x").Hyperlinks but I can not figure out how to determine the worksheet row/col of the hyperlink. Any suggestions? (using WinXP and both XL2003 & XL2007) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can i Hyperlink the 'find' button? | Excel Discussion (Misc queries) | |||
find and replace within a hyperlink | Excel Discussion (Misc queries) | |||
Find Error, Hyperlink.. | Excel Discussion (Misc queries) | |||
Find Pictures and Hyperlink | Excel Discussion (Misc queries) | |||
Using a hyperlink to find information on a different worksheet | Excel Programming |