My Articles
How-to Import Data From Another Workbook in Excel Using VBA
Often you will find yourself copy-pasting data from other files into a consolidated workbook to further investigate the data from there. This process of copy-pasting data might take an tremendous amount of time. We could use this time to do more important things after we have automated this process using some simple VBA code.
Visual Basic Excel Tutorial – How to Automate Repetitive Tasks in a Spreadsheet
I use VBA, or Visual Basic for Applications, to automate my repetitive tasks. This saves me quite a lot of time in my day-to-day life.