expression.PictureEditor
expression Required. 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