Remove calendar control

  • Thread starter Thread starter goss
  • Start date Start date
G

goss

Hi ng.
Using xl xp pro
Added cal control 10 to my wrksheet
Can't select to delete
How do I remove

tia
goss
 
if it is the only controls

Sub RemoveControl()
activesheet.shapes(1).Delete
End Sub

Make sure the sheet isn't protected.
 
Back
Top