J
Jack_Feeman
I have the following code in a Word 2003 template to incrementally name a new
document created from the template and then save it with that name.
ActiveDocument.SaveAs FileName:=Format(Order, "00#") & "-" & Format(Now, "YY")
Works great except it saves the document to My Documents directory
automatically. I want to specify the path that the code will automatically
save it to.
Please help....Thanks Jack
document created from the template and then save it with that name.
ActiveDocument.SaveAs FileName:=Format(Order, "00#") & "-" & Format(Now, "YY")
Works great except it saves the document to My Documents directory
automatically. I want to specify the path that the code will automatically
save it to.
Please help....Thanks Jack