How Do I Quickly Reset a Pivot Table Default Settings with VBA?

Resetting the default settings for all my pivot tables takes forever! No worries! Here's a piece of VBA code that makes resetting these a breeze! Why should I bother adjusting, though? Whilst most of these settings are more of a "visual best practice", they can have an impact on how people perceive your analysis Unfamiliar … Continue reading How Do I Quickly Reset a Pivot Table Default Settings with VBA?

How Do I Quickly Insert Blank Space Between Upper Characters in a Pivot Field Title?

If you happen to be retrieving the data for your analysis by directly connecting Excel to a database, you might often encounter fields that have no spaces between their distinct words. Whilst this is indeed best practice when writing your SQL query (having to deal with spaces in SQL aliases can be a very annoying … Continue reading How Do I Quickly Insert Blank Space Between Upper Characters in a Pivot Field Title?

How do I quickly change the Pivot Field Name of Only Specific Fields?

One of my recent articles elaborated on how to change the name of a Value Pivot Field under the assumption that the change had to be applied on all fields in all the pivot tables in the spreadsheet. It may be very often, however, that you only need to change the names of only 1 … Continue reading How do I quickly change the Pivot Field Name of Only Specific Fields?