thread560-413108
After a lot of searching and trail-errors, finally I found the solution, and it turned out to be the simplest of them all! [bigsmile]
@itsmyjob solution in the original thread works, and will give the stub point/elbow point when i=0!
i=0
myleader.GetPoint i, oX, oY
thread560-440400
For the sake of completion, for anyone looking: The code works perfectly, IF the text has no leaders. If it has leaders, you need to delete the leaders in the duplicate text, . Add the below lines of code after dr_view.Activate:
Dim tmp_txt As DrawingText
Set tmp_txt =...