home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Programmer'…arterly (Limited Edition)
/
Visual_Basic_Programmers_Journal_VB-CD_Quarterly_Limited_Edition_1995.iso
/
code
/
ch15code
/
createle.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-08-12
|
369 b
|
14 lines
' NORMAL.DOT.This is a new letter
' CreateLetter WordBasic macro.
Sub MAIN
' Insert some text -- not very interesting,
' but you get the idea...
Insert "This is a new letter"
InsertPara
Insert "Dear Jane:"
InsertPara
Insert "I'm sorry I won't make it to your party."
Insert "I'm too busy programming VBA."
End Sub