> I would like to use something like
>
[quoted text clipped - 7 lines]
>
> Thanks for any hints.
Between opening and saving, use the Convert method
doc.Convert
documented at http://msdn2.microsoft.com/en-us/library/bb243727.aspx. This
is the same as opening the Office button menu and clicking the Convert item
(which is visible only if the document or template is in compatibility
mode).
I don't have Word 2007 handy here to check, but I suspect you might get an
error from calling Convert for a document/template that was not in
compatibility mode. I couldn't find any property of the Document object that
would tell you whether the current document is in that mode, but an On Error
statement might catch such an error.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
Luca Brasi - 07 Oct 2007 14:21 GMT
Thank you Jay, works perfectly!
Luca
>> I would like to use something like
>>
[quoted text clipped - 22 lines]
> would tell you whether the current document is in that mode, but an On Error
> statement might catch such an error.