G
Graig
Good day all,
I have the following Word 2000 VBA code:
txtTemp = ActiveDocument.FormFields("myField").Result
However, I'm having trouble with the statement returning a
".Result" if the FormField is Font Formatted as "Hidden" text.
The following statement has no trouble setting the "myField"
value, even when it is Font Formatted as "Hidden" text.
ActiveDocument.FormFields("myField").Result = 1234.56
Is this a VBA "feature"?
Is there a work-around?
Thanks in advance,
Graig
I have the following Word 2000 VBA code:
txtTemp = ActiveDocument.FormFields("myField").Result
However, I'm having trouble with the statement returning a
".Result" if the FormField is Font Formatted as "Hidden" text.
The following statement has no trouble setting the "myField"
value, even when it is Font Formatted as "Hidden" text.
ActiveDocument.FormFields("myField").Result = 1234.56
Is this a VBA "feature"?
Is there a work-around?
Thanks in advance,
Graig