PictureEditor Property
Applies To
Options object.
Description
Returns or sets the name of the application to use to edit pictures. Read/write String.
Remarks
You must use the exact wording displayed in the Picture editor box on the Edit tab in the Options dialog box. 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 to use to edit pictures.
Options.PictureEditor = "Microsoft Imager 3.0 Picture"
This example returns the name of the application to use to edit pictures.
MsgBox Options.PictureEditor