I've recorded a macro to draw a rectangle and the code looks as follows:
ActiveDocument.Shapes.AddShape(msoShapeRectangle, 547.55, 268.55, 72#, 45#).Select
but this won't work when pasted into the VB application. It throws an error "out of range"...
Any idea's??
Jonathan
ActiveDocument.Shapes.AddShape(msoShapeRectangle, 547.55, 268.55, 72#, 45#).Select
but this won't work when pasted into the VB application. It throws an error "out of range"...
Any idea's??
Jonathan