Best way to learn VBA

simoran2

Board Regular
Joined
Jan 20, 2009
Messages
62
Hi there

I am a relatively confident excel user - most tasks I can find a non VBA solution. Every now and then though there will be something that can only be achieved through VBA and it occurs to me in general it would be a nice addition to my skill set.

So with that in mind can someone point me in the right direction to start learning about VBA? I literally know nothing so am starting from the start

Any help you can give as always is appreciated!

Thanks

Simon
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
The single best way to learn in my opinion is to use the macro recorder built into excel. Start recording, do some stuff, and then stop recording and check out hte code that it generates. That'll give you a feel for some of the stuff it does.

Other than that, I'd suggest stepping through some some dummies books or other vba books (Mr. Excel himself has one available).

After a while, check out the problems people on the board post and see if you can find a VBA solution for their problems. Granted a lot of the guru's will beat you to a response, but you get the benefit of figruing it out yourself as well as seeing different ways to do things.

That's the route I took, hope it works for you. :beerchug:

Edit: See what I mean about the guru's beating you to responses? :P
 
Upvote 0
Hi there

I am a relatively confident excel user - most tasks I can find a non VBA solution. Every now and then though there will be something that can only be achieved through VBA and it occurs to me in general it would be a nice addition to my skill set.

So with that in mind can someone point me in the right direction to start learning about VBA? I literally know nothing so am starting from the start

Any help you can give as always is appreciated!

Thanks

Simon

This site is as good as it gets.

You'll get hundreds of code examples for free every day just by browsing the forum.

Use them, experiment with them, save them, it's a great way to learn.
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,909
Members
452,949
Latest member
beartooth91

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top