A
ADO
I want to create a micro that will save a document using
the text in a Form Field preceded with a word "Property
of " as a filename. I use:
ActiveDocument.SaveAs FileName:=ActiveDocument.FormFields
("Text1").Result
to get the text in formfiled, however have a dificulty
precidding the formfiled data with the test "Property
of ". Please help
the text in a Form Field preceded with a word "Property
of " as a filename. I use:
ActiveDocument.SaveAs FileName:=ActiveDocument.FormFields
("Text1").Result
to get the text in formfiled, however have a dificulty
precidding the formfiled data with the test "Property
of ". Please help