Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to mask some user operations in a MS Excel pivot
table report. This is required so that based on volume of data, the application can avoid some user operations. To achieve this I need to trap certain events from Excel pivot table. I have listed the events I want to trap on Excel pivot table. 1. Event when a Page Field is Dragged and Dropped into Row Area or Column Area of the Pivot Table. ( I have to disallow this action depending on the other dimension selection scenario) 2. Event when a Dimension is Dragged and Dropped from Field List into Row Area or Column Area of the Pivot Table ( I have to disallow this action depending on the other dimension selection scenario) 3. Event when "Expand All" option was selected for expanding dimension details ( I need to disallow this depending on the expected volume ) 4. Event when a selection is changed in Page Field / Row Field / Column Field in the Pivot Table NOTE : The Pivot Table Updated (Excel 2002) event does not suit the requirement , because it is triggered after the change takes place. I need to trap before the action happens. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create pivot table from existing pivot table in excel 2007 | Excel Discussion (Misc queries) | |||
How do I build a calendar from an excel table of events/dates? | Excel Discussion (Misc queries) | |||
How to Generate a calender of Events from data/ Pivot Table | Excel Discussion (Misc queries) | |||
Excel Pivot Table Plugin? (crosstab to data table) | Excel Discussion (Misc queries) | |||
Can links between Excel 2003 Pivot Charts and their pivot table b. | Charts and Charting in Excel |