Options.ConfirmConversions property (Word)

True if Word displays the Convert File dialog box before it opens or inserts a file that isn't a Word document or template. In the Convert File dialog box, the user chooses the format to convert the file from. Read/write Boolean.

Syntax

expression. ConfirmConversions

expression A variable that represents a 'Options' object.

Example

This example sets Word to display the Convert File dialog box whenever a file that isn't a Word document or template is opened.

Options.ConfirmConversions = True

This example returns the current status of the Confirm conversion at Open option on the General tab in the Options dialog box.

Dim blnConfirm As Boolean 
 
blnConfirm= Options.ConfirmConversions

See also

Options Object

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.