C
ccornett
I am writing macros to use on hundreds of documents with different names. I
am copying from each and pasting in a different template. When I have the
document I am currently working on open, how do I get Word to recognize the
specific document name as a generic one (i.e. doc1) without actually saving
as a different filename? Otherwise I will have to write in a separate file
name each time I apply the macro to a separate document. I have tried using
Dim statements, Set oWord, etc. Please help! Thanks.
am copying from each and pasting in a different template. When I have the
document I am currently working on open, how do I get Word to recognize the
specific document name as a generic one (i.e. doc1) without actually saving
as a different filename? Otherwise I will have to write in a separate file
name each time I apply the macro to a separate document. I have tried using
Dim statements, Set oWord, etc. Please help! Thanks.