F
Fuzzhead
We are converting thousands of WordPerfect documents to Word. I have created
templates and macros to help make it easer. The problem is that everybody in
the company has accuses to them to make changes and if they don’t have the
templates in their computer, the macros don’t work. Is there a way to embed
the macros into the documents instead of attaching the template to them?
This is what I have now:
With ActiveDocument
.AttachedTemplate = "U:\PMT\PMaster.dot"
.UpdateStyles
End With
Fuzzhead
templates and macros to help make it easer. The problem is that everybody in
the company has accuses to them to make changes and if they don’t have the
templates in their computer, the macros don’t work. Is there a way to embed
the macros into the documents instead of attaching the template to them?
This is what I have now:
With ActiveDocument
.AttachedTemplate = "U:\PMT\PMaster.dot"
.UpdateStyles
End With
Fuzzhead