Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have the following code in my change event procedu
Private Sub ComboBox10_Change() Dim ftype As Integer Recalc ftype = 2 + ComboBox10.ListIndex Call PriceToCell(12, ComboBox10, 20, ftype) End Sub I would like to generalize it, so that i can copy it to some other locations. Is there some name i can use to replace the text ComboBox10. I tried to use "Me", but that didn't work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Procedure with a worksheet change event | Excel Worksheet Functions | |||
Event Procedure again | Excel Programming | |||
A procedure should run when one cell switch between false/true - but not with worksheet_calculate or change event... | Excel Programming | |||
change event procedure | Excel Programming | |||
OnTime event not firing in Workbook_Open event procedure | Excel Programming |