DefaultSaveFormat Property Example
This example sets the Word document format as the default save format.
Application.DefaultSaveFormat = ""
This example returns the current setting the Save Word files as box on the Save tab in the Options dialog box (Tools menu).
Msgbox Application.DefaultSaveFormat