Z
zSplash
I have an add-in installed, but when I open Word, it is not "checked" (but
is present). I have tried adding the following code to the open_document
event, but I get an error ("expected variable or procedure, not module.").
Can somebody help?
Addins.Add FileName:="G:\ProjectAddin.dot", Install:=True
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = "G:\ProjectAddin.dot"
End With
TIA
is present). I have tried adding the following code to the open_document
event, but I get an error ("expected variable or procedure, not module.").
Can somebody help?
Addins.Add FileName:="G:\ProjectAddin.dot", Install:=True
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = "G:\ProjectAddin.dot"
End With
TIA