J
jokobe
I want to make a textbox at the cursor-position.
I know how to make the text box, but how can I establish where the cursor is?
With this:
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 322.85, _
538.85, 216#, 54#).Select
the textbox is always placed at the same position?
Thanks in advance for any helpful hint
jokobe
I know how to make the text box, but how can I establish where the cursor is?
With this:
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 322.85, _
538.85, 216#, 54#).Select
the textbox is always placed at the same position?
Thanks in advance for any helpful hint
jokobe