C
christophercbrewster via OfficeKB.com
My software needs to insert a field in text, so I'd like to make sure the
cursor isn't already in a field result. When the selection is an insertion
point, I expected Selection.Fields.Count to equal 1, but it's 0. I can't find
another way to detect that I'm in a field result, probably select it, and
move to the left or right of it. Is there a way to do it?
cursor isn't already in a field result. When the selection is an insertion
point, I expected Selection.Fields.Count to equal 1, but it's 0. I can't find
another way to detect that I'm in a field result, probably select it, and
move to the left or right of it. Is there a way to do it?