Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community,
May I know why inputSUM will not change back to original value after reload document?
How can I change it back to original value after reload document?
Thanks and best regards,
Chanel
Hi.
It's a feature of input fields.
You can use macro to reset.
sub resetvalues
set f = ActiveDocument.Fields("field")
f.ResetInputFieldValues 0, x
end sub
There are a lot of threads here about input fields.
Hi.
It's a feature of input fields.
You can use macro to reset.
sub resetvalues
set f = ActiveDocument.Fields("field")
f.ResetInputFieldValues 0, x
end sub
There are a lot of threads here about input fields.