View Single Post
 
Old 12-31-2019, 11:53 AM
jeffreybrown jeffreybrown is offline Windows 10 Office 2016
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

It looks like you are missing the path for the source.

I recorded a macro and it showed this.

Code:
Sub Macro1()
    Application.OrganizerCopy Source:="C:\Users\jeffb\AppData\Roaming\Microsoft\Templates\Normal.dotm", _
        Destination:=ActiveDocument, Name:="Comment Text", Object:=wdOrganizerObjectStyles
End Sub
Reply With Quote