ConfirmConversions Property 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.
temp = Options.ConfirmConversions