Office VBA Question

Y

Yosh

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
 
Y

Yosh

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
 
Y

Yosh

Nevermind, I figured it out.

Thanks,

Yosh
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
 
Top