|
I know you are eager to start using VBA now that you finished your VB class.
Perhaps you should take a look at MS Access. Within MS Access you can start using forms, setting commands at run time and design time, pull reports and do all of this with command buttons, combo boxes, list boxes etc.
When you start always remember that VBA for MS Access is not the same as VBA for Excel, Word, Power Point etc. Start by investigating the docmd. method in MS Access help files.
Hope this gives you something to sink your teeth into even if you don't have a full copy of VB.
|