Posted on 07 November 2008
Reading pivot tables using vba can be quite easy. Here are a few ways you can do it.
You may also want to read my previous article on
formatting pivots.
(Before you dive further, you may want to download this
example which will guide you through some of the steps in reading a pivot table data using vba)
The Pivot Table Hierarchy
Lets look at this peice of code:
Sub ListAllItemObjects()...
Continue Reading
Posted on 23 August 2008
60 useful excel formulas that are a good to know
DATE = Returns the serial number of a particular date
DATEVALUE = Converts a date in the form of text to a serial number
DAY = Converts a serial number to a day of the month
EOMONTH = Returns the serial number of the last day of the month before or after a specified number of months
MONTH = Converts a serial number to a month
NOW = ...
Continue Reading