G
Gary Hillerson
I'm working on a template that needs to be compatible with Word '97
and later.
I use Dialogs(wdFileOpen) to ask the user to select a data file to
open (the code uses that data file). That works fine, tho I can't see
how to put a message in the dialog box or tell it to only open .dat or
..txt files.
I don't see how to use a built-in dialog (like wdFileNew) to ask for a
new text or dat file -- it wants to create a new template or document
file.
Is there a way (short of asking the user to type the full filename
into an InputBox) to do this? I'd like to allow navigation to a
directory, and then entry of the specific file name.
Thanks in advance,
gary
and later.
I use Dialogs(wdFileOpen) to ask the user to select a data file to
open (the code uses that data file). That works fine, tho I can't see
how to put a message in the dialog box or tell it to only open .dat or
..txt files.
I don't see how to use a built-in dialog (like wdFileNew) to ask for a
new text or dat file -- it wants to create a new template or document
file.
Is there a way (short of asking the user to type the full filename
into an InputBox) to do this? I'd like to allow navigation to a
directory, and then entry of the specific file name.
Thanks in advance,
gary