Hi, sure. Here is the full code of the macro:
Sub Macro1()
'
' Macro1 Macro
'
'
Documents.Add Template:= _
“Macintosh HD:Users:benyin:Library:Application Support:Microsoft:Office:User Templates:My Templates:MBA personal doc template.dotx" _
, NewTemplate:=False, DocumentType:=0
End Sub
The macro is saved in 'All active templates and documents'
Quote:
Originally Posted by ptmuldoon
Can you post the full code of your macro? And I assume your are saving it as a macro enabled file in your word start up folder?
|