home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / LOTUS / TUTDOC2.ARC / 4228.PRN < prev    next >
Encoding:
Text File  |  1985-02-26  |  1.3 KB  |  38 lines

  1.  
  2. Problem  Lets you check the spelling of a document created with Symphony's
  3.          word processor by calling up the spelling check program, Word
  4.          Proof.  This is a macro routine that you must combine into
  5.          the worksheet containing the document.  When the macro is
  6.          executed, it creates a text file (.PRN) from the material to be
  7.          spell-checked.  It then calls up Word Proof using the DOS Add-In
  8.          application, runs the program on the PRN file, and creates a
  9.          spell-checked file.  It then returns control back to the
  10.          macros in the Symphony worksheet.
  11.  
  12. Block Diagram
  13.  
  14.           ___________________
  15.          |                   |
  16.          |    Macros         |
  17.          |___________________|
  18.          |                   |
  19.          |    Instructions   |
  20.          |___________________|
  21.  
  22. Tips
  23.          Sophisticated self modifying macros beginning at cell A1
  24.  
  25.          Demonstrates how to call up another DOS program from within a
  26.          Symphony macro, pass a couple file names to the called program,
  27.          execute the program, and return control to the Symphony macros
  28.          when program is done executing.  B22
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.