I'm new to VBA, and would like to check out some VBA tutorials for AutoCAD on the web. I've already looked into http://www.afralisp.net/. Are there any others that are recommended?
The VBA Editor is filled with VBA examples.
Go to the object browser icon, click on it
Type what you are looking for; then right click on the object or method and click help.
In there you will get an explanation and there should be an example for each one.
It is a good way to start.
I learned from copying and pasting and just teaking the code.