And use F1 (Help). Both by itself (typing in questions, or even thoughts), but also when you do some macro recording, put your cursor over words and press F1, Help will come up with a lot of stuff that way.
Oh, and just in case - the default install of Office does not install Help. So if it didn't you will need to go back and install it. However, it is definitely worth it.
As Skip said, this is the place. Try some stuff, and when you get stuck, or have specific questions, feel free to post here.
When you do, some good ground rules:
Be specific. If you have error messages, tell us what they say. "I get an error." is not good enough.
Post troubling code, pointing out the part that is either confusing, or seems to be giving you trouble. Take a look at the the "Process TGML" at the bottom of the post area. It tells you how you can add visual aids, for example, to highlight lines that are not working.
Use Option Explicit (in the Visual Basic Editor under Tools > Options > Editor tab. Check "Require Variable Declaration". In the long run, explicitly declaring variables is helpful.
And most of all...remember there are NO dumb questions. This is not a Help Desk, so we are not here to hand solutions off to people. However, if some one is clearly making effort themselves, trying to figure things out, we are collectively (at least I think so) willing to share and help out.
Good luck!
Gerry