Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
Is there a way to highlight the rows (or to change the cell color) where the user enters a value in a inputsum(inputfield) expression and presses enter?
Thank you,
Silviu
Can you share that thing of "Reset input field" ?
Sub ResetInputFeild
set fld = ActiveDocument.Fields("GWP2")
fld.ResetInputFieldValues 0, 999
set fld = ActiveDocument.Fields("GWP2")
fld.ResetInputFieldValues 0, 999
End SUB
Thanks!