in my design file settings:
Format is MU:SU:PU
master unit: Miles
Sub Units: Yards
Accuracy: 1/8
below image is of the information from cell property;
But while taking the coordinates thru vba : Debug.Print "x= " & .Origin.x, "y= " & .Origin.Y
the output is x= 5.81027182504176E-02 y= 5.68806700121292E-02
(please note the difference in x, y values)
How can i get the x and y output as exactly like in property view ?
many thanks.
vinoth