Looking for a checkbox

E

Ed Landau

Hello: I'm looking to put a small checkbox on each row of an Excel Worksheet
with code to be executed when the user clicks the checkbox.

Can someone point me to a way to do this?

THanks
-Ed
 
D

Debra Dalgleish

You can use a checkbox from the Forms toolbar (View>Toolbars>Forms).
Right-click on the checkbox, and assign a macro to run when the checkbox
is clicked.

Or, use a checkbox from the Control toolbox (View>Toolbars>Control toolbox)
In design mode, double-click on the checkbox.
Where the cursor is flashing, type your code.
 
E

Ed Landau

Thanks.
Is there a way to say that for each new row of data that gets entered, a new
checkbox appears in Column 1?

-Ed
 
Top