A
Andre
What does this code do:
ActiveDocument.Variables.Add Name:="BeltLength"
ActiveDocument.FormFields("BeltLength").Result = BeltLength
Shouldn't those two lines work in establishing a document variable
called BeltLength and then assigning the value of the text FormField
bookmarked as BeltLength to the document variable BeltLength?
What am I doing wrong here? I'm not doing anything else in the macro,
just those two lines plus the customary sub and end sub.
Thank you again.
Andre S
ActiveDocument.Variables.Add Name:="BeltLength"
ActiveDocument.FormFields("BeltLength").Result = BeltLength
Shouldn't those two lines work in establishing a document variable
called BeltLength and then assigning the value of the text FormField
bookmarked as BeltLength to the document variable BeltLength?
What am I doing wrong here? I'm not doing anything else in the macro,
just those two lines plus the customary sub and end sub.
Thank you again.
Andre S