The new forums will be named Coin Return (based on the most recent
vote)! You can check on the status and timeline of the transition to the new forums
here.
The Guiding Principles and New Rules
document is now in effect.
Learning VBA without it being a total snoozefest.
So, I want to learn VBA. At my current job, I feel that we're leaving some capabilities on the table by not using VBA. Additionally, I've heard it's useful for the career I'm looking to transition into.
That said, every time I've gone to learn, I just find myself linked to these text-only pages that are really flipping boring. I had good luck getting started with Python using Coursera. I got the basics down and now me and Google can figure out the rest.
I guess the question is: Does anyone know a good resource for learning VBA that is interesting and geared towards people who have done at least some coding before?
0
Posts
Here's a missile-command type of game I made a long time ago in Excel VBA: https://www.dropbox.com/s/ch092ckfimdjuhx/SpiderDrop.xls?dl=0
A way to make learning fun is to set a fun goal and then go after it. For example back in the day I learned some of my programming skills making games for my younger sister, at first just versions of simple arcade games and then later I made them into games that taught basic math.
Make sure you don't practice on live data, or you will really screw things up!