Note: [1] 
VBA Tutor Part One by (c) 1999 Gary Radley
garyradley@standard.net.au
http://www.standard.net.au/~garyradley/

This program is an introduction to Visual Basic for Application.
Designed for those that have not done any computer programming before. 

This program is freeware and can be freely distributed

Note: [2]
The following AutoOpen macro will try to setup the documents to display properly without showing spelling or grammatical errors. It is BEST to enable macros when asked, but not NECESSARY.

Sub AutoOpen()
ActiveDocument.ShowSpellingErrors = False
ActiveDocument.ShowGrammaticalErrors = False
End Sub

NOTE: [3]
Some users have reported a "W97M/STP" macro virus in "Exercise2.doc". This document has been extensively scanned by several anti-virus programs, and no virus was found. AS WELL, I can find no reference to such a virus at any Virus Alert site. SO ????
