Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet which uses a function to get value from a different
cell. =if (SheetName! CellName < "",SheetName! CellName, "") ----syntax =if(Log!A5<"",Log!A5,"")----actual code snippet I have then hyperlinked the cell to the same cell from where it is getting the value ie A5. Problem: Whenever I insert rows, the reference gets updated but I have to manually adjust the hyperlink to A6 say(row is added before A5). Is there a way of adjusting that through VBA? It would be awesome if I could get some help here, as I have to update the hyperlinks for more than thousand places. Thanks, Nasir. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving rows with Hyperlink doesn't move hyperlink address | Excel Discussion (Misc queries) | |||
Intra-workbook hyperlink: macro/function to return to hyperlink ce | Excel Discussion (Misc queries) | |||
When updating a worksheet, how do I create a link updating the sa. | Excel Worksheet Functions | |||
Updating Hyperlink with sheet name change? | Excel Programming | |||
reading html when hyperlink address not hyperlink text diplayed | Excel Programming |