Hello,
I have a problem:if i open normal.xltm he names itself normal1.xltm, a problem with code?
Code:
Application.Run "normal.xltm!Filename"
Application.CutCopyMode = False
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
ActiveWorkbook.FullName, TextToDisplay:= _
ActiveWorkbook.FullName
It's a template in \Xlstart, do i need to use a variable for the "normal.xltm", and what's the variable???
Thanks in advance,
I have a problem:if i open normal.xltm he names itself normal1.xltm, a problem with code?
Code:
Application.Run "normal.xltm!Filename"
Application.CutCopyMode = False
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
ActiveWorkbook.FullName, TextToDisplay:= _
ActiveWorkbook.FullName
It's a template in \Xlstart, do i need to use a variable for the "normal.xltm", and what's the variable???
Thanks in advance,