I have a directory of document files that I open and do a find and replace. The file names are all capitalized. When I close the document via the Document.Close() method, the file names are saved in lower case.
How can I maintain the upper case of the file when I am done processing them?
Thanks,
Yosh
Yosh - 31 Aug 2005 17:10 GMT
Sorry. I am using Microsoft Word.
I have a directory of document files that I open and do a find and replace. The file names are all capitalized. When I close the document via the Document.Close() method, the file names are saved in lower case.
How can I maintain the upper case of the file when I am done processing them?
Thanks,
Yosh
Yosh - 31 Aug 2005 18:49 GMT
Nevermind, I figured it out.
Thanks,
I have a directory of document files that I open and do a find and replace. The file names are all capitalized. When I close the document via the Document.Close() method, the file names are saved in lower case.
How can I maintain the upper case of the file when I am done processing them?
Thanks,
Yosh