View Single Post
 
Old 02-08-2015, 08:10 AM
yinswenti yinswenti is offline Mac OS X Office for Mac 2011
Novice
 
Join Date: Feb 2015
Posts: 4
yinswenti is on a distinguished road
Default

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 View Post
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?
Reply With Quote