tm,
Assuming the commandbutton was off of the control toolbox: At the end of
the Private Sub CommandButton1_Click() code, use a line like:
Worksheets("Sheet1").Shapes("CommandButton1").Dele te
HTH,
Bernie
MS Excel MVP
"grasping@straws" wrote in message
...
Any way to delete a command button once it's been clicked on?
(Thinking about a template with a one-time use button)
tm
|