Moving style between templates using Organizer:   Return to List

XferMacro$ = InputBox("Enter the name of a Sample.dot style to transfer to Test.dot")
    Application.OrganizerCopy Source:="I:\COMMON\MACROS\MACLIB97\SAMPLE.DOT", _
        Destination:="C:\97_WORD\TESTHOLD\TEST.DOT", _
        Name:=XferMacro$, Object:=wdOrganizerObjectStyles



Note to Webmaster