G
Geoff Cox
Hello,
I am trying to detect a text box which has a custom motion path
associated with it. Cannot find how to do this.
Any ideas please?
Cheers
Geoff
With oSl.TimeLine
For i = .MainSequence.Count To 1 Step -1
If .MainSequence(i).Shape.Type = msoTextBox Then
if .MainSequence(i) ????
end if
end if
Next i
End With
I am trying to detect a text box which has a custom motion path
associated with it. Cannot find how to do this.
Any ideas please?
Cheers
Geoff
With oSl.TimeLine
For i = .MainSequence.Count To 1 Step -1
If .MainSequence(i).Shape.Type = msoTextBox Then
if .MainSequence(i) ????
end if
end if
Next i
End With