Options.PictureEditor property (Word)
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.
Options.PictureEditor = "Microsoft Word"
This example returns the name of the application to use to edit pictures.
MsgBox Options.PictureEditor
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.