J
Julia
Hi,
I want to write code that will copy styles from one
document to my active document. I have the following
statement:
Application.OrganizerCopy Source:="H:\Word
Templates\Outline 1.dot", _
Destination:="H:\Word Templates\Normal.dot",
Name:="Heading 2", Object:= _
wdOrganizerObjectStyles
When I change the destination from "H:\Word...;"
to "Activedocument", I get an error.
Can anyone help? Thanks much.
I want to write code that will copy styles from one
document to my active document. I have the following
statement:
Application.OrganizerCopy Source:="H:\Word
Templates\Outline 1.dot", _
Destination:="H:\Word Templates\Normal.dot",
Name:="Heading 2", Object:= _
wdOrganizerObjectStyles
When I change the destination from "H:\Word...;"
to "Activedocument", I get an error.
Can anyone help? Thanks much.