Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to link the pressing of an icon to the activation of an adjacent
hyperlink address. The address changes, so I do not want to manually set the hyperlink in the usual way. I want the icon to automatically link to the web address that shows at that time |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you can use a macro that's assigned to the shape.
I used the cell that is to the left of the topleftcell of that shape. This is the macro I used: Option Explicit Sub testme() Dim myShape As Shape Set myShape = ActiveSheet.Shapes(Application.Caller) ThisWorkbook.FollowHyperlink myShape.TopLeftCell.Offset(0, -1).Value End Sub Roger on Excel wrote: I would like to link the pressing of an icon to the activation of an adjacent hyperlink address. The address changes, so I do not want to manually set the hyperlink in the usual way. I want the icon to automatically link to the web address that shows at that time -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excellent - thanks alot - this works perfectly!
"Roger on Excel" wrote: I would like to link the pressing of an icon to the activation of an adjacent hyperlink address. The address changes, so I do not want to manually set the hyperlink in the usual way. I want the icon to automatically link to the web address that shows at that time |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink in nested formula not linking | Excel Discussion (Misc queries) | |||
Linking changing data | Excel Discussion (Misc queries) | |||
Changing File Icon | Excel Discussion (Misc queries) | |||
Hyperlink changing row | Excel Worksheet Functions | |||
Linking a repeating pattern of non-adjacent cells | Excel Discussion (Misc queries) |