Content

We show you all the benefits of working with excel

Functions

Learn about the different functions and how to use them

VBA

Learn about macros and how to automate your projects in Excel

Learn about how to use Excel on the web version with all teh functions

Functions

Learn to solve problems in Excel

Functions

Learn about the different functions and how to use them

Courses

Different courses that help improve your skills

Excel courses

Basic – Advanced

Access courses

Basic – Advanced

Power BI courses

Basic – Advanced

How to apply conditional formatting to a PivotTable with VBA?

Applying conditional formatting to a PivotTable using VBA can be a powerful way to enhance the readability and analysis of your data Heres a stepbystep guide to help you achieve this

Read more

How to calculate running totals in a PivotTable using VBA?

Calculating running totals in a PivotTable using VBA involves using the PivotTable object model to set the appropriate options Heres a stepbystep guide to achieve this through VBA

Read more

How to hide or show specific field items programmatically using VBA?

To hide or show specific field items in a Pivot Table using VBA you can manipulate the PivotItems in a PivotField Below is a general outline and an example code on how to achieve this

Read more

How to rename PivotTable fields dynamically using VBA?

Renaming PivotTable fields dynamically using VBA can be very useful if youre trying to automate updates to your PivotTables based on changing datasets or user inputs Below is a basic guide on how to accomplish this task with VBA

Read more