Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
My pivot is dynamic, created with VB, and number of columns will vary. I need this count in a variable for use in further processing. Any assistance appreciated! /ulf |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Untested:
Sub aj() myCol = ActiveSheet.PivotTables(1).TableRange2.Columns.Cou nt MsgBox myCol End Sub "ulfb" wrote in message ... Hi My pivot is dynamic, created with VB, and number of columns will vary. I need this count in a variable for use in further processing. Any assistance appreciated! /ulf |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter lines with Pivot table and non pivot table columns | Charts and Charting in Excel | |||
Filter lines with Pivot table and non Pivot table columns | Excel Discussion (Misc queries) | |||
Pivot Table - How do I count number of columns? | Excel Discussion (Misc queries) | |||
Count in Pivot Table | Excel Worksheet Functions | |||
Pivot Table Creating New Columns that Subtract Two Existing Columns | Excel Discussion (Misc queries) |