E
Ed
When the cursor is 'collapsed' next to a character (let's say the letter
"A"), the following values are returned:
Selection.text = "A"
Len(Selection) = 1
When the cursor is "expanded" across the same character, the exact same
values are returned.
How can one distinguish in VBA between a single highlighted letter and just
a collapsed cursor to the left of that letter.
Thanks. -Ed (in Virginia)
"A"), the following values are returned:
Selection.text = "A"
Len(Selection) = 1
When the cursor is "expanded" across the same character, the exact same
values are returned.
How can one distinguish in VBA between a single highlighted letter and just
a collapsed cursor to the left of that letter.
Thanks. -Ed (in Virginia)