hi guys

i am using a code which opens a word document....does some funky stuff...then saves it and closes it.

I use
With wdDoc
.Save
.Close
End With
However this simply overwrites the original file...can I specify a filename for it to be saves as?

any help?