O
Oz Springs
Hello
I have created a macro (as usual by recording it, then adapting it later) to
place a text box in a document.
The first recorded line is this:
ActiveDocument.shapes.AddTextbox(msoTextOrientationHorizontal, 43.05,_
615.2, 432#, 120#).Select
Can anyone tell me what the numbers refer to and in what measurement are
they (points, centimetres, inches - whatever). I might be able to speed up
this macro by putting in the position and size here rather than adjust later
in the macro.
Many thanks
Oz
I have created a macro (as usual by recording it, then adapting it later) to
place a text box in a document.
The first recorded line is this:
ActiveDocument.shapes.AddTextbox(msoTextOrientationHorizontal, 43.05,_
615.2, 432#, 120#).Select
Can anyone tell me what the numbers refer to and in what measurement are
they (points, centimetres, inches - whatever). I might be able to speed up
this macro by putting in the position and size here rather than adjust later
in the macro.
Many thanks
Oz