K
Ken Hudson
In Excel I can use the following code to prompt a user to open a text file.
With this code only text files are displayed in the file open window.
FileOpenName = Application.GetOpenFilename("Text Files (*.txt),*.txt", 1,
"Find Text File", , False)
Is there a way to get the same result in a Word macro?
TIA.
With this code only text files are displayed in the file open window.
FileOpenName = Application.GetOpenFilename("Text Files (*.txt),*.txt", 1,
"Find Text File", , False)
Is there a way to get the same result in a Word macro?
TIA.