Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default Unable to get the PivotItem Property of the Pivotfield Class

I get this error when I try to use VBA to modify the selections on a pivot
table chart. Any idea why?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Unable to get the PivotItem Property of the Pivotfield Class

Post your code...
--
HTH...

Jim Thomlinson


"Mike H." wrote:

I get this error when I try to use VBA to modify the selections on a pivot
table chart. Any idea why?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 471
Default Unable to get the PivotItem Property of the Pivotfield Class

With ActiveSheet.PivotTables("PivotTable1").PivotFields ("Cost ctr")
.PivotItems("12335").Visible = False
End with

"Jim Thomlinson" wrote:

Post your code...
--
HTH...

Jim Thomlinson


"Mike H." wrote:

I get this error when I try to use VBA to modify the selections on a pivot
table chart. Any idea why?

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
Unable to set the visible property of the PivotItem class JimRWR Excel Programming 3 May 3rd 07 09:06 PM
ShowDetail on PivotField rather than PivotItem?? [email protected] Excel Programming 0 September 25th 06 12:41 AM
Error:Unable to set the visible property of the PivotItem class. Holger Pietsch Excel Programming 2 August 16th 05 05:11 PM
Unable to set NumberFormat property of the PivotField class Seb[_5_] Excel Programming 0 December 6th 04 04:04 PM
Unable to set NumberFormat property of the PivotField class Seb[_5_] Excel Programming 0 December 6th 04 03:50 PM


All times are GMT +1. The time now is 02:39 AM.

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"