CooterBrown
IS-IT--Management
I'm writing a macro to open .rtf files and print them to pdf. When I open them using MS Word, the date field is dynamic and changes to Today(). When I open the .rtf in WordPad, the date field is the date that the documents were created. I'm using:
Set pWordApp = New Word.Application in my macro to open and print to pdf. How can I do this without using Word or without changing the date field?
Thanks,
Coot
Set pWordApp = New Word.Application in my macro to open and print to pdf. How can I do this without using Word or without changing the date field?
Thanks,
Coot