I am using the following line in an autoopen to switch off the grey background of fields:
ActiveDocument.FormFields.Shaded = Not ActiveDocument.FormFields.Shaded
However this seems to act like a flip-flop; load the doc once and the grey is off, load it again and it’s back on again.
Is there some way of setting the grey off every time?
Many thanks,
David