The documentation says:
AddText(text As String)
Adds the passed text to the current Text.
- What is current text and how do I define it ?
- Works fine to add “Vanessa”, but not to add a larger text: in that case, it goes at the end of the Text (Append…)
I wasted hours with that because I couldn’t understand the difference: same code (but larger string).
At last; I used .SelectedText (after .SelectionStart Integer) and it worked.
7 posts - 4 participants