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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks