O
Owen
Hi
I am using the macro below to update formula fields within the last row of a
table.
The other rows in the table contain text form fields with numerical input.
When the macro is run, the text form fields are cleared and given a value of
zero.
Is it possible to maintain the users input in the text form fields and only
have the formula fields updated?
Thanks for your help.
ActiveDocument.Unprotect Password:="ngo999"
Selection.WholeStory
Selection.Fields.Update
ActiveDocument.Protect (wdAllowOnlyFormFields), Password:="ngo999"
I am using the macro below to update formula fields within the last row of a
table.
The other rows in the table contain text form fields with numerical input.
When the macro is run, the text form fields are cleared and given a value of
zero.
Is it possible to maintain the users input in the text form fields and only
have the formula fields updated?
Thanks for your help.
ActiveDocument.Unprotect Password:="ngo999"
Selection.WholeStory
Selection.Fields.Update
ActiveDocument.Protect (wdAllowOnlyFormFields), Password:="ngo999"