Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
m_baczewski
in reply to: kv5053545

You can move the dimension text to the left side, for example of the code looks like this:

Dim oDoc As DrawingDocument
oDoc = ThisApplication.ActiveDocument
Dim oDimensions As DrawingDimensions
oDimensions = oDoc.ActiveSheet.DrawingDimensions

oDimension1 = oDimensions.Item(12)
oDimension1.Text.Origin = "Yours new position dimension as Point2d"

Try changing the size of the dimension arrows.You can also consider creating a drawing that will be more legible.