OrganizerCopy Method

See Also         Example         Applies To

Copies the specified AutoText entry, toolbar, style, or macro project item from the source document or template to the destination document or template.

Syntax

expression.OrganizerCopy(Source, Destination, Name, Object)

expression   Required. An expression that returns an Application object.

Source   Required String. The document or template file name that contains the item you want to copy.

Destination   Required String. The document or template file name to which you want to copy an item.

Name   Required String. The name of the AutoText entry, toolbar, style, or macro you want to copy.

Object   Required Long. The kind of item you want to copy. Can be one of the following WdOrganizerObject constants: wdOrganizerObjectAutoText, wdOrganizerObjectCommandBars, wdOrganizerObjectProjectItems, or wdOrganizerObjectStyles.