![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 11
|
Hi,
Does anyone know why the AfterUpdate Event for controls is not available in my version of Excel97? NB Other events like Click and Change work like normal. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
Which control(s) in particular? Not all controls actually have an AfterUpdate event.
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 11
|
For example the combobox control, which should have one according to VBA Help.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
There is an AfterUpdate event for the combobox if you use it on a UserForm, but not if you 'draw' it directly onto a sheet from the Forms toolbox. Not sure why, sorry, my head's a bit fuzzy at the mo.
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 11
|
Thanks. Is this another Excel bug? At least I know there is nothing "wrong" with my Excel...
A question alike: when you use EnableCalculation, I have read that you can still calculate ranges, ie Range.Calculate should still work. But it does not. Anyone experienced the same? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|