Skip to main content
Learn
Excel Macro: List Files in Subfolders, Version 2
This Excel macro can list files in a specified folder and subfolders, and you can filter multiple file types. The difference from […]
Learn
Excel Macro: Compress All Pictures In Excel Worksheet
This macro compresses all pictures in the active worksheet of Excel to email size pixel 96 (ppi). Compress All Pictures In Excel […]
Learn
Excel Macro: Using Regular Expressions
Sometimes, Excel's built-in find-replace function doesn't meet our needs, and this time you can consider using regular expressions in Excel. To use […]
Learn
Excel Macro: Hide All Subtotals in a PivotTable
This simple macro hides all subtotals in the specified PivotTable. Tips You can manually hide all subtotals at once by going to […]
Learn
Excel Macro: Make All PivotTables Use the Same Pivot Cache
If you work enough with PivotTables, you will no doubt find that you need to analyze the same dataset in multiple ways. […]
Learn
Using For Each...Next statements
For Each...Next statements repeat a block of statements for each object in a collection or each element in an array. Visual Basic […]
Learn
Excel Macro: Refresh All PivotTables Workbook
It is common to have multiple PivotTables in the same workbook. Many times these PivotTables are linked to changing data and need […]
Learn
Excel Macro: Loop Through a List of Data
When you write a VBA Macro, you may have to loop through a list of data on a worksheet, this is one of VBA's must-have skills. Get it now!
Learn
Excel Macro: Protect or Unprotect All Worksheets At Once
Is there any way to have a Macro protect or unprotect multiple worksheets at once in Excel quickly and easily? This Macro do this! Get it now!