I want to save text to a text file, and allow the user to select the
filename using a standard file dialog. I can do this using the
application.filedialog object, but the filter property is read-only,
so I end up with the full range of filename options that are normally
available to Excel. All I want is the *.txt option.
Is it possible to use the Commondialog control from VB? I don't have
VB installed on the system I am using for my VBA development, so I get
the license problem when I try to use the commondialog OCX by itself.