Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Specify pivot table to hide 'earlier than' grouped data start

Thanks - I used your first method and it works a treat

--
KenY


"Shailesh Shah" wrote:

Try this,

With ActiveSheet.PivotTables("PerfSummary").PivotFields ("end date of BV
data")

'to hide first date starting with "<"
If Left(.PivotItems(1), 1) = "<" Then .PivotItems(1).Visible = False

'to hide last date starting with ""
If Left(.PivotItems(.PivotItems.Count), 1) = "" Then
.PivotItems(.PivotItems.Count).Visible = False

End With

or

use Dateserial function with your variable named BVGrpStart.


Regards,
Shah Shailesh
http://in.geocities.com/shahshaileshs/
(Excel Add-ins Page)

*** Sent via Developersdex http://www.developersdex.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
I want to hide data that's less than 1 in a pivot table SDixon578 Excel Discussion (Misc queries) 0 April 23rd 08 01:09 PM
how to show repeating data in pivot table (not grouped) NKA Excel Discussion (Misc queries) 2 April 15th 08 12:54 AM
Format a Grouped Date in a Pivot Table lsantos13 Excel Worksheet Functions 2 March 14th 07 04:06 PM
Pivot Table - hide if no data SusanJane sjl Excel Discussion (Misc queries) 2 September 16th 06 01:19 AM
how to change date formating-grouped by month in pivot table Yahýa Excel Discussion (Misc queries) 4 June 24th 06 09:15 AM


All times are GMT +1. The time now is 02:43 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"