J
James Byrne
I have customized normal.dots for all of my users. All of them have the
same macros within the normals.
The macros are:
Sub MemoDoc()
Documents.Add Template:="h:\templates\forms\Memo.dot", _
NewTemplate:=False, DocumentType:=0
End Sub
Sub FaxDoc()
Documents.Add Template:="H:\templates\forms\Fax.dot", _
NewTemplate:=False, DocumentType:=0
End Sub
I would like to change the text in both macros from "H:\Templates\Forms\..."
to "J:\department\word\winword\macro\...."
Can I do this via a macro or is there some other way to automate this?
My goal is to make a document with an autorun macro open upon login so that
the macros in their normal.dots change without user intervention. Is this
possible? If so, what do I need to do?
Thanks
Jim
same macros within the normals.
The macros are:
Sub MemoDoc()
Documents.Add Template:="h:\templates\forms\Memo.dot", _
NewTemplate:=False, DocumentType:=0
End Sub
Sub FaxDoc()
Documents.Add Template:="H:\templates\forms\Fax.dot", _
NewTemplate:=False, DocumentType:=0
End Sub
I would like to change the text in both macros from "H:\Templates\Forms\..."
to "J:\department\word\winword\macro\...."
Can I do this via a macro or is there some other way to automate this?
My goal is to make a document with an autorun macro open upon login so that
the macros in their normal.dots change without user intervention. Is this
possible? If so, what do I need to do?
Thanks
Jim