Suppose I want to add a textbox on a Word Document. Is there any ruler that tells me the exact position where I want to add the textbox? And what's the unit of the following statement?
Code:
Set newTextbox = docNew.Shapes.AddTextbox _ (Orientation:=msoTextOrientationHorizontal, _ Left:=100, Top:=100, Width:=300, Height:=200)