Show multiple file types to open?

A

Alan

I should like to be able to set the Word file open dialog
to show all files with either the .doc or .rtf extension.

I have the following at present

With Dialogs(wdDialogFileOpen)
.Display
.Name = "*.doc; *.rtf"
End With

But that only offers RTF files. Is it possible to get Word
to show both? If so how?

Thanks
 
Top