Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to read the values from cell(s) in my currently selected row(s) and
use those to make a hyperline. For instance, the cell(s) in column T of my current selection have a lookup formula to another sheet to determine the range I'll use in my hyperlink. I want to use that value instead of "InstrBooth_Plenum" in the example below, and place it into column U from info retrieved from column T of the currently selected row(s). Sub LinkTest() ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="", SubAddress:= _ "InstrBooth_Plenum", TextToDisplay:="InstrBooth_Plenum" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create HTML code for a hyperlink from cell contents | Excel Worksheet Functions | |||
Need hyperlink function to obtain range name from a cell (contents | Excel Worksheet Functions | |||
Hyperlink to Named Range Based On Cell Contents | Excel Worksheet Functions | |||
How do I create a hyperlink to a cell with the hyperlink function | Excel Worksheet Functions | |||
hyperlink using cell contents | Excel Worksheet Functions |