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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top