I'm trying to draw a box in MS Word from VB code... I've recorded a macro to do this and then pasted the code into VBA as follows:
ActiveDocument.Shapes.AddShape(msoShapeRectangle, 157.05, 27.2, 81#, _
27#).Select
But I keep getting the following error:
"The specified value is out of Range"????
Any Help would be great,
Thnx,
Jonathan