Does anyone now how to change the scale of an mline in vba? I am trying to write a little program that lets the user specify the scale of the mline before they draw it. Say the user is drawing a wall. Some walls are 6" think while others are 12". I have an input box asking for the width, the user then picks the start and end point of the mline and the mline is added to the drawing. But I can't get the scale of the mline to change. It is always inserted at 1. How can I change this? Any ideas?