A
annu
How do we recognize if the user is within a field in word? When the cursor is
located
within a field, and I specify following in vba:
ActiveDocument.Application.Selection.Fields.Count
I get 0, yet the cursor is located within a field
I only get a correct count, if the entire field is selected, how do I detect
that the cursor is located within the context of a field?
Thx.
located
within a field, and I specify following in vba:
ActiveDocument.Application.Selection.Fields.Count
I get 0, yet the cursor is located within a field
I only get a correct count, if the entire field is selected, how do I detect
that the cursor is located within the context of a field?
Thx.