Results 1 to 11 of 11

Thread: Solved

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Posts
    7

    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
  •  



Click Here to Expand Forum to Full Width