| Your First 'Job Worthy' Program | |||||||||
| 2 - Put Your Assistant To Work Again | |||||||||
Start Word and the Macro Recorder, save the macro in the document again, but this time name it AboutFormLetter. Name the document AboutVB3.doc. If you need any help remembering exactly how to do all this, review the second segment of Lesson 1 again HERE. More detailed instructions can also be found a little later in this segment. If you're new to programming, you might be struggling with how to organize your files on your computer as well. It's a good idea to create a new folder for a project like this to avoid mixing files together and forgetting which is which. Create a new folder somewhere on your computer (you could call it FormLetter or About Visual Basic Project). Here's some suggested text for your new form letter: The text (1) and (2) are called placeholders. The VBA macro we will write will replace the placeholders with other text. There are alternative, more sophisticated ways to do this, but this will do as an initial program. Now that we have created another program, let's see what we have in the next segment: 3 - The Form Letter Macro |
|||||||||
