Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Pivot page field

My pivot page field resides on B1.
I'd like to put a validation list on cell C1 or D1 and use that cell
instead of pivot page button.
I just don't like the pivot combo list.
Is it possible at all to sync ?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Pivot page field

Found it !

Sub Tester10()
With ActiveSheet.PivotTables("PivotTable1")
Debug.Print .PageFields(1).CurrentPage
.PageFields(1).CurrentPage = ActiveSheet.Range("c1").Value
Debug.Print .PageFields(1).CurrentPage
End With
End Sub


Thanks Tom.
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
Pivot Table Page Field Nate Excel Discussion (Misc queries) 4 December 24th 07 03:11 PM
Page Field on Pivot Charts cardosol Charts and Charting in Excel 1 December 17th 07 11:13 AM
Pivot Table Page Field Barb Reinhardt Excel Programming 0 July 7th 07 02:36 AM
Pivot Page field value not shown Stan Michel Excel Discussion (Misc queries) 0 April 10th 07 10:42 AM
Pivot Table Page Field Muralidhar M S Excel Programming 0 March 21st 07 03:20 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"