D
Dbltap
I was given this great macro to create the file name based off of a specific
field in a form but how would I modify it to add a set name in front of the
form info?
Here is the macro:
Dim fname as string
fname = ActiveDocument.Formfields("filenameformfieldname").Result
ActiveDocument.SaveAs fname
Right now the field is a number i.e. 4856, and I would like it to have it
save as “P&D Report 4856.docâ€
What would I add?
Thanks, this forum is great!
Chris
field in a form but how would I modify it to add a set name in front of the
form info?
Here is the macro:
Dim fname as string
fname = ActiveDocument.Formfields("filenameformfieldname").Result
ActiveDocument.SaveAs fname
Right now the field is a number i.e. 4856, and I would like it to have it
save as “P&D Report 4856.docâ€
What would I add?
Thanks, this forum is great!
Chris