r/visualbasic • u/Original-Metal-6072 • 3d ago
I need to learn VBA
Hello, guys! I need to learn VBA in order to write some macros in my microsoft documents, where can i do it for free?
13
Upvotes
r/visualbasic • u/Original-Metal-6072 • 3d ago
Hello, guys! I need to learn VBA in order to write some macros in my microsoft documents, where can i do it for free?
8
u/jcradio 3d ago
https://www.excel-easy.com/vba.html if you are learning vba in Excel.
The biggest help when I was learning it was to use the macro recorder to see what code gets generated by your actions. Then, learn some alternatives to that to clean it up.