Thank you. I have attempted the above.
However, my procedure is as follows:
Change properties of both buttons (Button1 = CommandButton1, Button2 = CommandButton2)
So my resulting code is similar to the following:
Button1
Button2![]()
Private Sub CommandButton1_Click() 'do stuff End Sub
The problem: When I made changes to the code in button2, it gets mirrored in button1 and vice versa. I'm not sure how/why they are linked.![]()
Private Sub CommandButton2_Click() 'do OTHER stuff End Sub
Bookmarks