Remove calendar control

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
 
T

Tom Ogilvy

if it is the only controls

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

Make sure the sheet isn't protected.
 
Top