|
-
Mar 26th, 2003, 07:38 PM
#1
Thread Starter
New Member
Solved
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?
Last edited by feistdj; Mar 27th, 2003 at 01:58 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|