Hallo allemaal,
Ik heb een probleem,
Als ik normal.xltm open hernoemt hij zich normal1.xltm,wat gevolgen heeft voor mijn code.
Code:
Application.Run "normal.xltm!Filename"
Application.CutCopyMode = False
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
ActiveWorkbook.FullName, TextToDisplay:= _
ActiveWorkbook.FullName
Selection.Copy
End Sub
Hij zoekt achter normal.xltm maar het bestand noemt nu normal1.xltm, het bestand staat in de XLstart waar hij moet staan,
Wie kan mij helpen??????????
Ik heb een probleem,
Als ik normal.xltm open hernoemt hij zich normal1.xltm,wat gevolgen heeft voor mijn code.
Code:
Application.Run "normal.xltm!Filename"
Application.CutCopyMode = False
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
ActiveWorkbook.FullName, TextToDisplay:= _
ActiveWorkbook.FullName
Selection.Copy
End Sub
Hij zoekt achter normal.xltm maar het bestand noemt nu normal1.xltm, het bestand staat in de XLstart waar hij moet staan,
Wie kan mij helpen??????????