From: Michael on
That worked.

Thank you both very much.
From: Yair Altman on
> Unfortunately, your suggestion did not work for me.
>
> >> set(h.Range.FormFields.item(1),'Value',0)
> ??? No appropriate method, property, or field item for class Interface.Microsoft_Word_12.0_Object_Library.FormFields.
>
> >> h.Range.FormFields.item
> ??? No appropriate method, property, or field item for class Interface.Microsoft_Word_12.0_Object_Library.FormFields.

Minor correction: Item(1), not item(1)
Item is a method, not a property, therefore you need to use methods(h.Range.FormFields), not get(h.Range.FormFields)

Yair Altman
http://UndocumentedMatlab.com