Programmatically press CommandButton

D

donwb

Win XP, Excel 2003

What is suitable code to programmatically press
a CommandButton on an open / running UserForm.
donwb
 
S

smartin

donwb said:
Win XP, Excel 2003

What is suitable code to programmatically press
a CommandButton on an open / running UserForm.
donwb

Enter this where you want to simulate the user clicking CommandButton1:

[Call] CommandButton1_Click
 
Top