I'm Fairly Good With Excel. But A Loser With Vba In The Excel Environment. Is There A Good Primer On Learning Vba. Something I Can Use To Build On.
If you have a look around on the web (try Google) there should be lots of tutorials around. There are probably also plenty of books you can buy on the subject.
One very handy (and free) way to get going with VBA is to record macros in Excel, then edit them to see what code was generated. Then you can start to play "what if" with the code, and you'll gradually become more familiar with how it works.
Comment