FootBallBat
Board Regular
- Joined
- Jan 26, 2012
- Messages
- 169
Hello I am looking for a code that when the command button is clicked it will change "B1"
Private Sub CommandButton2_Click()
If "B1" = 1 then "B1" = 2
else
If "B1" = 2 then "B1" = 1
I realize this is not a code it's just and example of what I'm looking for.
Thank you
Private Sub CommandButton2_Click()
If "B1" = 1 then "B1" = 2
else
If "B1" = 2 then "B1" = 1
I realize this is not a code it's just and example of what I'm looking for.
Thank you
Last edited: