hi, i am new to VBA and i have written this code:
For i = 1 To NoOfConnectors
BConnectors(NoOfConnectors).ConnectorFormat.BeginConnect Shape1, CLng(5)
Next
Here, BConnectors is an array of connectors which i want to connect to Shape1. The problem is when I run this code, only the last connector is connected to the Shape and the others donot connect. Can somebody help me in this regard.
Thanx
For i = 1 To NoOfConnectors
BConnectors(NoOfConnectors).ConnectorFormat.BeginConnect Shape1, CLng(5)
Next
Here, BConnectors is an array of connectors which i want to connect to Shape1. The problem is when I run this code, only the last connector is connected to the Shape and the others donot connect. Can somebody help me in this regard.
Thanx