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

  1.  
  2. Problem  Worksheet contains a single macro that prompts you for a
  3.          worksheet name, attaches the DOS Add-in application, calls
  4.          the Lotus DECODE.EXE program, decodes the worksheet, and
  5.          returns control to the Symphony worksheet.
  6.  
  7. Block Diagram
  8.                ___________________
  9.               |                   |
  10.               |    Single         |
  11.               |    Screen         |
  12.               |                   |
  13.               |                   |
  14.               |___________________|
  15.  
  16. Tips
  17.          Cell B1 contains entire macro as one long string.
  18.  
  19.          This macro uses string arithmatic to dynamically change
  20.          the name of worksheet to be decoded.
  21.  
  22.          Demonstrates how to call up a DOS program and pass it parameters
  23.          from a macro and return control to macro when DOS program
  24.          finished.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.