Quote:
How do I enter multiple styles in one macro or do i need to save separate macro for each style.
|
In that case you'd simply use more lines like:
Code:
Application.OrganizerCopy Source:=.AttachedTemplate.FullName, Destination:=.FullName, _
Name:="StyleName", Object:=wdOrganizerObjectStyles
with whatever Style names you need to transfer.
Quote:
Should I insert it as one of the module Or in "this document" in normal.dotm.
|
Document_Open subs are intended to be used in a 'ThisDocument' module.