Options.PictureEditor Property

Word Developer Reference

Returns or sets the name of the application to use to edit pictures. Read/write String.

Syntax

expression.PictureEditor

expression   An expression that returns an Options object.

Remarks

You must use the exact wording displayed in the Picture editor box on the Edit tab of the Options dialog box (Tools menu). Otherwise, the default setting "Microsoft Word" is used.

If the name of your graphics application doesn't appear in the list, contact the manufacturer of the graphics application for instructions.

Example

This example sets the application used to edit pictures.

Visual Basic for Applications
  Options.PictureEditor = "Microsoft Word"

This example returns the name of the application to use to edit pictures.

Visual Basic for Applications
  MsgBox Options.PictureEditor

See Also