rotation macro - edit please

Sub RotateObjectClockwise2()
Dim OrigSelection As ShapeRange
Set OrigSelection = ActiveSelectionRange
ActiveDocument.ReferencePoint = cdrCenter
'object center rotation is object selection only
OrigSelection.RotateEx 2, centerX:=0, centerY:=0
End Sub

this macro is working, but it is not rotating itself, please someone help

similarly rotate counterclockwise