OrganizerDelete Method

See Also         Example         Applies To

Deletes the specified style, AutoText entry, toolbar, or macro project item from a document or template.

Syntax

expression.OrganizerDelete(Source, Name, Object)

expression   Required. An expression that returns an Application object.

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

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

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