Forum Discussion
JT_2021
Aug 08, 2021Copper Contributor
VBA code Two buttons merge
I need to merge these two buttons into one, i am very new to this and keep breaking the program 😉 Private Sub cmdAdd_Click() 'dimension the variable Dim addme As Range, cNum As Integer Dim x A...
Vedran_Loani
Aug 08, 2021Copper Contributor
Call one of the buttons from the other one, you can hide one of these buttons as well, check this for more details:
https://martinbosanacvba.blogspot.com/2021/08/combining-two-buttons-into-one-in-excel.html