home *** CD-ROM | disk | FTP | other *** search
-
- Problem Worksheet contains a single macro that prompts you for a
- worksheet name, attaches the DOS Add-in application, calls
- the Lotus DECODE.EXE program, decodes the worksheet, and
- returns control to the Symphony worksheet.
-
- Block Diagram
- ___________________
- | |
- | Single |
- | Screen |
- | |
- | |
- |___________________|
-
- Tips
- Cell B1 contains entire macro as one long string.
-
- This macro uses string arithmatic to dynamically change
- the name of worksheet to be decoded.
-
- Demonstrates how to call up a DOS program and pass it parameters
- from a macro and return control to macro when DOS program
- finished.
-
-
-
-
-
-
-
-
-
-
-
-
-
-