Create an Excel Data Entry Form in Excel Source Code

In this Excel tutorial, I will be showing you how to create an Excel Data Entry Form Template from scratch using the built-in the built-in Userform editor. (The tutorial will be involving writing VBA code, but I will walk you through everything). Why build you own...

Excel macro to combine multiple CSV files (with Excel VBA)

In this Excel automation tutorial, I will show you how we can write a macro (using Excel VBA) to combine multiple CSV files. Imaging your boss asks you to combine 10 or 50 CSV files by the end of the day, and you only have couple hours left. If you are going to do...

Excel VBA Macro to Combine Worksheets in Excel

IF you use Microsoft Excel a lot, especially at work, it’s a huge pain to combine multiple worksheets into a single master worksheet. Good thing we can automate just about any Excel work with VBA (aka Excel Macro). In this Excel tutorial, I will be sharing a VBA...