sri91
Mechanical
- Aug 29, 2019
- 43
Hi Everyone,
I have created balloon and leader through vba.
Now I want to set the leader to be pointed to the corresponding view.
Please let me know whether it is possible or not?
If possible, how to set it.
Set myLeader = myText.Leaders.Add(xVal - 600, 2660)
Dim oTarget
Set oTarget = view1
On Error Resume Next
myLeader.HeadTarget = oTarget
Thanks in advance
SURYASRI
I have created balloon and leader through vba.
Now I want to set the leader to be pointed to the corresponding view.
Please let me know whether it is possible or not?
If possible, how to set it.
Set myLeader = myText.Leaders.Add(xVal - 600, 2660)
Dim oTarget
Set oTarget = view1
On Error Resume Next
myLeader.HeadTarget = oTarget
Thanks in advance
SURYASRI