G
Greg Maxey
I just noticed something odd with the VBE Auto List Members feature
You can type the line:
ActiveDocument.Fields.Add Selection.Range, 'and no list appears of
the various wdFieldTypes
however, if you type the line:
ActiveDocument.FormFields.Add Selection.Range 'then the complete list
appears.
It is odd that the feature is absent where it would be most handy, and
present when selecting over 95% of the items listed would result in a
RTE "Subscript out of range."
You can type the line:
ActiveDocument.Fields.Add Selection.Range, 'and no list appears of
the various wdFieldTypes
however, if you type the line:
ActiveDocument.FormFields.Add Selection.Range 'then the complete list
appears.
It is odd that the feature is absent where it would be most handy, and
present when selecting over 95% of the items listed would result in a
RTE "Subscript out of range."