Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to use comboboxes to update several pivot tables. What event should i
use to loop thru the changes to the comboboex and update the respective fields of the different pivot tables? I'm trying Worksheet calculate but it will keep going even though if i turn the diableevents to false Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Isn't diableevents a typo? Maybe you meant Application.EnableEvents
-- Regards! Stefi €˛LuisE€¯ ezt Ć*rta: I need to use comboboxes to update several pivot tables. What event should i use to loop thru the changes to the comboboex and update the respective fields of the different pivot tables? I'm trying Worksheet calculate but it will keep going even though if i turn the diableevents to false Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yes that's what i meant
"Stefi" wrote: Isn't diableevents a typo? Maybe you meant Application.EnableEvents -- Regards! Stefi €˛LuisE€¯ ezt Ć*rta: I need to use comboboxes to update several pivot tables. What event should i use to loop thru the changes to the comboboex and update the respective fields of the different pivot tables? I'm trying Worksheet calculate but it will keep going even though if i turn the diableevents to false Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe
Private Sub ComboBox1_Change() is the event you are looking for, but why do you want to set Application.EnableEvents to False? That stops triggering all event subs. -- Regards! Stefi €˛LuisE€¯ ezt Ć*rta: yes that's what i meant "Stefi" wrote: Isn't diableevents a typo? Maybe you meant Application.EnableEvents -- Regards! Stefi €˛LuisE€¯ ezt Ć*rta: I need to use comboboxes to update several pivot tables. What event should i use to loop thru the changes to the comboboex and update the respective fields of the different pivot tables? I'm trying Worksheet calculate but it will keep going even though if i turn the diableevents to false Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
worksheet_calculate | Excel Programming | |||
Worksheet_Calculate | Excel Programming | |||
worksheet_calculate | Excel Discussion (Misc queries) | |||
worksheet_calculate | Excel Discussion (Misc queries) | |||
Worksheet_calculate() | Excel Programming |