Article ID: 125270
Article Last Modified on 10/11/2006
Sub SaveAsDefault()
' Display the Save As Dialog box with Microsoft Excel 4.0
' Worksheet selected in the Save File As Type list
' The active sheet must be a worksheet or an error is returned
Application.Dialogs(xlDialogSaveAs).Show ,xlExcel4
End Sub
FileFormat Property
SaveAs Method
Additional query words: XL
Keywords: kbcode kbhowto kbprogramming KB125270