I think we’ve been over this before, but I just have to ask again because I don’t recall a definitive answer:
How do I control the Files of Type field when I
Set dlg = Dialogs(wdDialogFileOpen)…
I know if I .name = “” the All Word Files will display in the dialog window. But I want to display only Excel files in this Word dialog. Does anyone know how to do this?
p.s. If I set .name = “*.xls” I get an erroneous message about network permissions. Then the folder opens anyway. See attachment.