VB macro??

silent tone

Golden Member
Oct 9, 1999
1,571
1
76
Hi, I'm trying to write a VB macro to automate adding appointments to my Outlook calendar. I'd like to parse a webpage, and use dates\times to make the appointment insertions. The problem is I know nothing about VB, VBA, VBScript, or office macro's.
I have managed to figure out how to do the appmt. insertions from within some kind of VB project you get when you click the vb editor from Outlook. I can also retrieve HTML docs using the Microsoft Internet Transfer control within a VB exe project. How can I slap them together into a macro?