How Do I?

S

sarndt

I've created a worksheet that has a number of control toolbox objects on it.
When the Initialize Events macro starts I create events for each object in
the main module that works with a class module.

During run time, I create new form objects on the worksheet. Now I want to
create events for the new objects and add them to the events collection that
I created when the Initialize Events macro ran.

How can I code this so that the new events and old events will both work
during run time?

Thanks

Steve
 
S

sarndt

The objects are being placed into cells depending on the value of the cells.
The cells are used for objects in some cases, textual values in others, and
blank in others.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top