Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dennis
 
Posts: n/a
Default VBA to access Pivot Table Autofilter dropdown box

Using 2003

Would like, within a VBA procedure, to make Excel Autofilter choices from
selected fields.

I prefer not to enter my choices via an InputBox or MsgBox as the choices
are typically 35+ characters.

In short,

Sub Test
With ManyWorkSheets

.... series of (non-Pivot Table sheet) w/s processing

.... Select "Pivot Table" worksheet
.... cause two-field's dropdown boxes to activate (one at a
time)
.... continue series of (non-Pivot Table sheet) procedures.

Next ManyWorkSheets

End With

End Sub

Any thoughts? (keep it clean!)

Thanks Dennis
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dennis
 
Posts: n/a
Default VBA to access Pivot Table Autofilter dropdown box

My additional thoughts FWIW:

For non-pivot table autofilter selections:

1) I could "Advanced-filter"Unique Records only, to a helper
sheet, yielding choices for the columns (fields) of
concern.

2) Then code VBA to toggle down each Unique Rec inserting
same, one by one, as the filter choice.

For Pivot Tables the challenge is greater as the dropdown box choices permit
"select all" or "select none" (actually one item must be selected but the
select none or all are easy ways to safley clear previous choices)

Dennis

"Dennis" wrote:

Using 2003

Would like, within a VBA procedure, to make Excel Autofilter choices from
selected fields.

I prefer not to enter my choices via an InputBox or MsgBox as the choices
are typically 35+ characters.

In short,

Sub Test
With ManyWorkSheets

... series of (non-Pivot Table sheet) w/s processing

... Select "Pivot Table" worksheet
... cause two-field's dropdown boxes to activate (one at a
time)
... continue series of (non-Pivot Table sheet) procedures.

Next ManyWorkSheets

End With

End Sub

Any thoughts? (keep it clean!)

Thanks Dennis

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
updating pivot table to include additional rows Ellen Excel Discussion (Misc queries) 8 July 15th 08 02:33 PM
pivot table created from another pivot table Kreed Excel Worksheet Functions 6 October 26th 05 05:16 PM
Pivot -- want to use Max and Sum in same table Dave Excel Worksheet Functions 1 July 13th 05 05:37 AM
Pivot table formatting programmer123 Excel Discussion (Misc queries) 4 June 17th 05 01:29 AM
pivot table yllee70 Excel Worksheet Functions 1 February 21st 05 11:49 PM


All times are GMT +1. The time now is 07:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"