Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use 8 separate events that call a common procedure--just pass the
control to the common procedure. Or maybe you could use this class technique from John Walkenbach: http://spreadsheetpage.com/index.php...one_procedure/ He uses Commandbuttons in his example. Not all controls have all events exposed this way. ??? wrote: Hi! I have on a userform 8 spreadsheet activeX controls, and I want all of them to do the same thing. Do I have to write the same code 8 times or there is a way to do it only once. The names a spreadsheet1, 2......8. Thanks in advance Eli -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding Controls With VBA Code | Excel Programming | |||
code to parse a multi-colum multi-select listbox | Excel Programming | |||
creating controls using code | Excel Programming | |||
Multi-conditional sum with VBA code ?? | Excel Programming | |||
Using same code for Multiple cmd Controls | Excel Programming |