Sebastien59
Technical User
Hi,
I created one Excel VBmacro witch creates an index (sheet "Index" containing links to graphs (sheet "DISK-Server 1" in the same file :
With Sheets("Index".Cells(NUMSERVER + 2, 2)
.Value = "Server 1"
.Hyperlinks.Add Anchor:=Sheets("Index".Cells(NUMSERVER + 2, 2), Address:="\.!DISK-Server 1"
.Font.Bold = True
End With
Unfortunately, when I rename the file, links still point to old name..
How to create a relative link to one sheet containing one graph ?
Thanx !
Sebastien.
I created one Excel VBmacro witch creates an index (sheet "Index" containing links to graphs (sheet "DISK-Server 1" in the same file :
With Sheets("Index".Cells(NUMSERVER + 2, 2)
.Value = "Server 1"
.Hyperlinks.Add Anchor:=Sheets("Index".Cells(NUMSERVER + 2, 2), Address:="\.!DISK-Server 1"
.Font.Bold = True
End With
Unfortunately, when I rename the file, links still point to old name..
How to create a relative link to one sheet containing one graph ?
Thanx !
Sebastien.