K
Ko35
When I insert some text on the page via a macro, with something like this:
Set myRange = ActiveDocument.selection.createRange
myRange.collapse (True)
myRange.pasteHTML ("mytext")
this text is properly inserted. However the cursor is still in front of the
inserted text. How do I move the cursor to a position after this text?
Any ideas?
Ko
Set myRange = ActiveDocument.selection.createRange
myRange.collapse (True)
myRange.pasteHTML ("mytext")
this text is properly inserted. However the cursor is still in front of the
inserted text. How do I move the cursor to a position after this text?
Any ideas?
Ko