textonpath help

'
Sub textOnPath()
Dim s As shape
For Each s In ActiveSelectionRange
If s.Type = cdrTextShape Then
s.Selected = True
Else
s.Selected = False
End If
Next s
End Sub

this is selecting only text, by ignoring the control path
i want control path is also included in the selection