I am new to VB/VBA. I have had a few years of experience with C++ and Java in the first three years of my undergraduation. The task that I have been assigned is to parse a number of worksheets in an excel workbook, and reorganize the parsed data into another excel file.
I was advised by a friend that I should use VB macros in excel to accomplish this task. So, I now am beginning to learn VB/VBA. I have looked into the basics of the language, and am comfortable with the OO environment. But, could someone please advise me as to where I should start learning VBA macros to accomplish this task that I have been assigned.