• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

best website for learning VBA?

jingramm

Senior member
I am going to try to become proficient in VBA in the next two weeks. Is there a good, easy-to-follow tutorial? Any other tips would be great.
 
Maybe this is just me, but I never learn anything by just following a tutorial. I always learn the most by having a project in mind and doing the footwork to figure out how to make the thing do what I want.

Maybe someone else will have a good tutorial for you, I would suggest just googling "vba tutorial" and taking the first relevant link.
 
Maybe this is just me, but I never learn anything by just following a tutorial. I always learn the most by having a project in mind and doing the footwork to figure out how to make the thing do what I want.

Maybe someone else will have a good tutorial for you, I would suggest just googling "vba tutorial" and taking the first relevant link.

What I have done for the last few languages I learned, while I would not consider myself above intermediate-level in any of them, is to work through a couple online tutorials to learn functions and syntax, then go find a project and make something real. Actually think of something that will be useful to you or someone else, and write that code. When it is a real project, not just something you are doing to learn the language, it is so much easier to keep your nose to the grindstone and get things done.
 
Back
Top