Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using a VB Macro to enter Hyperlinks in an Excel spreadsheet, on the
server, but when I copy the server spreadsheet to local stations the hyperlink path becomes unusable. Why do these hyperlinks keep changing? Anybody? Code example: PO_Filename = "\\server01\server\00-Purchase Orders\" & PO_PONo & _ "-" & PO_ordnam & "-" & PO_Vendnam & ".xls" With Worksheets(1) .Hyperlinks.Add Anchor:=.Range(cell_no), _ Address:=PO_Filename, _ ScreenTip:=PO_Filename, _ TextToDisplay:=PO_PONo End With -- http://www.fyi.bz |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Hyperlinks - Changing Folders and Filename | Excel Worksheet Functions | |||
Changing Hyperlinks Displayed Text Back | Excel Discussion (Misc queries) | |||
How do I prevent Hyperlinks from changing when saved? | Excel Discussion (Misc queries) | |||
Help: Excel hyperlinks changing... | Excel Discussion (Misc queries) | |||
Changing Hyperlinks? | Excel Discussion (Misc queries) |