Excel: Automatically consolidate data from multiple worksheets?
We had a question at #ExcelHelp this week from somone who wanted to consolidate data from multiple worksheets to a master sheet. My first thougt was use Excel’s native PivotTable functionality for multiple consolidations ranges (easier than it sounds, just follow the Wizard), but this case just needed to move an inconsistent range of worksheets [...]
Read More About - Excel: Automatically consolidate data from multiple worksheets? »
Excel VBA Training & Certification
If you’ve followed any of our posts, then you’ll see that we’re huge proponents of using VBA (Visual Basic for Applications) as a means of automating everyday tasks in the Office environment. One of the most frequent forum comments/requests that we see is for how to learn VBA. Most of the advice that you’ll get [...]
VB HTML Maker Update
When I first starting really getting into VBA, it was pretty invaluable to me to be able to read over my code. And over and over and over my code again. And again. As well as others code. This really helped me learn the syntax and flow. An add-in which was great, which I can’t [...]
Create a Table of Contents in Excel
There has always been a need for a good Table of Contents in Excel. While Word features this natively with its built-in Styles, unfortunately, Excel lacks this functionality due to a host of reasons, which are quite valid. However, we can create a workaround by incorporating some VBA. The following code is an updated version [...]

