PDA

View Full Version : [SOLVED:] Start Command Button from different sheet



Nicolaf
05-01-2014, 05:06 AM
Hi,

I have a command button (CommandButton1) in sheet1.

I would now like to add another command button in another sheet say sheet2 which makes the CommandButton1 start.

I have tried recording a macro while doing this process but it does not work.

Is there a code that would replicate me clicking CommandButton1 from sheet2?

Thanks,
Nix

Bob Phillips
05-01-2014, 05:30 AM
Just call the same procedure that CommandButton1 calls

Nicolaf
05-07-2014, 02:35 AM
OK thanks