Running a macro through a command button
Running a macro through a command button
(OP)
I'm having problems getting this to work. Do you just use a simple run command in the command button code?
I basically want to click a given button and the macro will start.
I basically want to click a given button and the macro will start.
RE: Running a macro through a command button
Sub MyMarco() to Sub CommandButton1_Click()
but this will only work if the command button is named "CommandButton1". If you get stuck, search the help.
Good Luck!
jproj
RE: Running a macro through a command button
Patrick
RE: Running a macro through a command button