Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are talking about using With Events, you can use the events native to
the MSForms control (Listbox, combobox, textbox, etc). However, events like Enter, Exit, AfterUpdate and BeforeUpdate belong to the container (the control object) and aren't available using With Events. Likewise for GotFocus and LostFocus which belong to the container (oleObject) on the worksheet. -- Regards, Tom Ogilvy Julian Milano wrote in message ... Like the subject says....... Is there a list of which events for which type of controls are available to a Classs Module? I'm looking at textboxes at the moment.... -- Julian Milano |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating UDF by Class Module (Leo)? | Excel Discussion (Misc queries) | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
please give an example of a class module. | Excel Programming | |||
how to declare a class module | Excel Programming |