>> OK, in that case the following line of code will bring up the Compress
>> Pictures dialog, allowing the user to decide what compression to apply
[quoted text clipped - 6 lines]
>
> Robertico
I think you may be out of luck. Unfortunately, that dialog is not a member
of the dialogs collection, and so cannot be automated.
About the only thing I can suggest is that you use Sendkeys to try and
simulate keypresses to the dialog.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Robertico - 08 Oct 2005 12:32 GMT
Jonathan,
> I think you may be out of luck. Unfortunately, that dialog is not a member
> of the dialogs collection, and so cannot be automated.
Thanks anyway !.
Robertico