Please refer to the following article: <A target="_blank" HREF=http://www.mvps.org/word/FAQs/MacrosVBA/OpenMultipleFiles.htm>Calling FileOpen dialog in VBA does not allow opening of multiple files</A>.
Using the VBA line of:
<pre>CommandBars.FindControl(ID:=23, Visible:=False).Execute </pre>
I would like the dialog box to show all files (*.*) instead of the last "File of Type."
In other words, if the File Open dialog box had shown only Word Documents (*.doc), I would like it to be automatically changed to All Files (*.*) AND use the above VBA code. I have tried different variations of using the Dialogs(wdDialogFileOpen), but nothing seems to work.
This would allow our users to open multiple files. The catch is that we would need to change the File of Type to All Files (*.*).
Suggestions?



