I'm trying to iterate through selected text within a loop (until done) and retrieve each character in order.
The objects within Word seem much different than in excel where I can do this quite easily. Anyone have a few lines to
- capture the length of the selected text.
- iterate through it and get a each character one at a time until I get to the last character in the selected text.