excel.advanced.course - pivot table

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » excel.advanced.course - Pivot Table

excel.advanced.course - Pivot Table

resolvedResolved · Low Priority · Version Standard

Hari has attended:
Excel Advanced course
Excel VBA Intro Intermediate course

Pivot Table

How can Objects, Method, Properties aspect of VBA related to Pivot Table.

Also, can a list fuction used on Pivot table?.

RE: Pivot Table

Hi Hari

Thankyou for your question

The object model that relates to the PivotTable contains the following objects

PivotTable
PivotCache
PivotField
PivotItems
PivotChart

Each object has a range of properties and methods.

For example the PivotField object has an orientation property which is used to specify if it is in a column, row, pagefield, or data. The same object has a number of methods including Delete, AddPageItem and autosort

As to your query about list functions could you clarify what you wish to do with the list box and how you want it to relate to the PivotTable

Regards

Stephen

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Filtering Data in an Excel 2010 Worksheet

When you have an Excel Worksheet with masses of data, it's not going to be easy to sift through it. So, in order to view sections of data, you can use the filter tool. Select the cells you want to filter (no need to select the column headers), then click the Home tab on the Ribbon, click Sort and Filter (you will find this in the Editing Section) then click Filter.

You will now see arrows in the top row of all the columns. If you click on an arrow, it will give you some filtering options so you can sort your data into ''Smallest to Largest'' or ''Oldest to Newest'' and so on..

To turn off the filtering, go back to the Home tab and click the Filter button again.

View all Excel hints and tips


Server loaded in 0.07 secs.