Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Public WithEvents clsCbo As MSForms.ComboBox Private Sub clsCbo_Change() Call sbCboFil(clsCbo, g_DB, a.fnsrJi(clsCbo), True) End Sub the upper source is possible but, below source is impossible Private Sub clsCbo_Enter() Call sbCboFil(clsCbo, g_DB, g_qryGetBonjeom) End Sub i want to make the Enter event code. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
Create Class Module using late binding | Excel Programming | |||
Application Event in Class Module | Excel Programming | |||
Handling of event raised in other class module | Excel Programming | |||
Variable from a sheet module in a class module in XL XP | Excel Programming |