I am trying to populate an MS Word document (that came from someone else, ie,
I don't how it was built) that has text boxes and check boxes in it. I am
looping through the fields collection and writing the values to the
Field.Value property. This works for most of the fields, but there are some
(text and check boxes) that throw an "Object has been deleted" error when I
try to set the .Value property. Whether the field is locked or unlocked does
not seem to make any difference to this error.
Anyone know what might be going on?
Archived from group: microsoft>public>vb>ole