I have an Excel addin in VBA that must be written without the common dialog box control. I have a SaveAs dialog box that I call by:
Application.Dialogs(xlDialogSaveAs).Show
I get all of the default Save As Type extensions but must change the Save As Type to a custom extension (.cs2). The filter coding for common dialog box controls can't be used.
Anyone know how to change the filter in the SaveAs dialog box?
