0
我想要在Leadertext下的文本顯示在不同的行上。你如何在VBA中顯示新行?所以它出來作爲如何在一個字符串/多行文字中開始一個新行
CB(使用率)
ËINV(使用率)
'Leader Text
StartPoint(0) = points(6): StartPoint(1) = points(7): StartPoint(2) = points(8)
LeaderTextWidth = 1
LeaderText = ("CB " & Util & " E INV " & Util)
Set LeaderAnnotation = ACAD.ActiveDocument.ModelSpace.AddMText(StartPoint, LeaderTextWidth, LeaderText)
非常感謝您vbnewline工作完美:) –