M
Michael
on the dynamic connector right-click menu above reroute freely, there is
"reroute connector"
how do I use/set this to force reroute from VB/VBA?
the problem I am having is the following:
I drop a shape on a line,
detect the drop of the shape on the line,
copy the line,
connect the end of the original to the dropped shape,
connect the begining of the copy to the dropped shape,
Now if I have a MsgBox somewhere in my code everything works great!!!
when I remove the MsgBox popping up, my guess is the code runs to ' fast'
?!?
and the original line is ' connected ' to the original beginning and new
end
(I can see this in the end connectors turning red)
but the line is not redrawn.... (with MsgBox no problem with this...)
When I 'force' a reroute connector from the right-click menu everything is
fine,
so now how do I do this from VB/VBA using a function or a method?
Thanks for any help!
Michael
"reroute connector"
how do I use/set this to force reroute from VB/VBA?
the problem I am having is the following:
I drop a shape on a line,
detect the drop of the shape on the line,
copy the line,
connect the end of the original to the dropped shape,
connect the begining of the copy to the dropped shape,
Now if I have a MsgBox somewhere in my code everything works great!!!
when I remove the MsgBox popping up, my guess is the code runs to ' fast'
?!?
and the original line is ' connected ' to the original beginning and new
end
(I can see this in the end connectors turning red)
but the line is not redrawn.... (with MsgBox no problem with this...)
When I 'force' a reroute connector from the right-click menu everything is
fine,
so now how do I do this from VB/VBA using a function or a method?
Thanks for any help!
Michael