B
Benjamino5
I'm working on code that frequently uses the Fields collection, but when I
type something into the VBA editor, the word "Fields" is automatically
switched to lowercase, like this:
ActiveDocument.fields.Update
Normally, it would automatically be made uppercase, so I'm assuming the VBA
editor is indicating some sort of problem by making it lowercase--but what?
Why is this happening?
type something into the VBA editor, the word "Fields" is automatically
switched to lowercase, like this:
ActiveDocument.fields.Update
Normally, it would automatically be made uppercase, so I'm assuming the VBA
editor is indicating some sort of problem by making it lowercase--but what?
Why is this happening?