Raj

2 ways

Right click on button > select properties > Select Enable and change to flase


From within a macro

Private Sub CommandButton1_Click()
CommandButton2.Enabled = False
Your Code Here
End Sub