Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pivot Tables and list boxes

I have 2 pivot tables each w/ a list box (page list box).

What I want to do is make selection on Pivot Table #1 list box an
Pivot Table #2 automatically update w/ selection made in Pivot Tabl
#1.

Any ideas? Validation is not possible on pivot tables

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pivot Tables and list boxes

Do you mean the normal pivot table Page *DropDown* ?

If so, this does not trigger the Worksheet_Change event, so we have t
find another way of running the macro (a button or whatever). Thi
example uses a double click in the worksheet and assumes that both Pag
cells are range B2. Change this to suit.

'--------------------------------------------------------
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Excel.Range
Cancel As Boolean)
Worksheets("Sheet1").Range("B2").Value
ActiveSheet.Range("B2").Value
End Sub
'-------------------------------------------------------

--
Message posted from http://www.ExcelForum.com

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
List any duplicates once - no pivot tables Driftwood Excel Worksheet Functions 2 August 3rd 09 07:33 PM
Pivot Tables - Can you just list data and not SUM mike Excel Worksheet Functions 2 July 8th 08 02:04 PM
Pivot tables off a List Jonathan589 Excel Discussion (Misc queries) 1 August 23rd 07 11:36 AM
Where has my field list gone for my Pivot Tables? Michael S Excel Worksheet Functions 5 May 22nd 07 03:15 AM
Pivot Tables - cleaning up combo boxes history Nacho Excel Discussion (Misc queries) 1 July 27th 05 08:59 PM


All times are GMT +1. The time now is 01:33 PM.

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

About Us

"It's about Microsoft Excel"