home *** CD-ROM | disk | FTP | other *** search
-
- Problem Lets you check the spelling of a document created with Symphony's
- word processor by calling up the spelling check program, Word
- Proof. This is a macro routine that you must combine into
- the worksheet containing the document. When the macro is
- executed, it creates a text file (.PRN) from the material to be
- spell-checked. It then calls up Word Proof using the DOS Add-In
- application, runs the program on the PRN file, and creates a
- spell-checked file. It then returns control back to the
- macros in the Symphony worksheet.
-
- Block Diagram
-
- ___________________
- | |
- | Macros |
- |___________________|
- | |
- | Instructions |
- |___________________|
-
- Tips
- Sophisticated self modifying macros beginning at cell A1
-
- Demonstrates how to call up another DOS program from within a
- Symphony macro, pass a couple file names to the called program,
- execute the program, and return control to the Symphony macros
- when program is done executing. B22
-
-
-
-
-
-
-
-
-
-