N
Neil Humphries
How can the line:
myFile = Dir$(PathToUse & "*.doc")
be modified to look for both *.doc and *.docx files?
"*.doc?" won't work for me as I don't want to include "*.docm" files.
myFile = Dir$(PathToUse & "*.doc")
be modified to look for both *.doc and *.docx files?
"*.doc?" won't work for me as I don't want to include "*.docm" files.