                              DELRINA

        895 Don Mills Road                6830 Via Del Oro
         500-2 Park Centre                    Suite 240
         Toronto, Ontario               San Jose, California
          Canada M3C 1W3                  U.S.A. 95119-1353

                       Product Support Numbers
           BBS:(416)441-2752      WinFax PRO 3.0 Only:(416)441-0921
      Fax Back:(416)443-1614       All Other Products:(416)441-1026
                          Fax:(416)441-0774

======================================================================
                   T E C H N I C A L    N O T E S
                      Product: WinFax PRO 3.0
                         Document No.: 2093
                    Document Date: October 7, 1993
======================================================================
Subject: Create DDE Macro with Lotus 123 for Windows v1.1 and
         WinFax PRO 3.0

Situation:
==========

Create a DDE Macro with Lotus 123 for Windows v1.1 and WinFax PRO 
3.0.

Solution:
=========

Mark your print area, select WinFax as your default printer, and use 
the following macro:

     {DDE-OPEN "FAXMNG","TRANSMIT"}
     {DDE-POKE recipient,SENDFAX}
     {Alt}fp~

Note: - "recipient" refers to the name of the cell that contains the 
        recipient's information, for example:

            {DDE-POKE recipient("441-0774",,,"Delrina"),SENDFAX}

            In the second line of the macro, there can be no spaces 
            in "recipient,SENDFAX". If you insert spaces, the macro
            will fail.

      - No cover page or attachments can be sent with the DDE macro.

      - For more information, see your WinFax PRO 3.0 manual, 
        Chapter 12. 

