home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 58 / ac058a.adf / MaxiPlan / PlanHelp / macros.help < prev    next >
Text File  |  1993-01-04  |  4KB  |  100 lines

  1. -------------------------------------------------------------------------
  2. MACROS MENU HELP                                  
  3. -------------------------------------------------------------------------
  4.  
  5. Macros are mini-programs using a built-in language consisting of over
  6. 95 pre-defined functions.  To create a Macro, you first open a
  7. Macrosheet with the Open Macrosheet command on the Project Menu.
  8.  
  9. When a Macrosheet is displayed the Macro Menu will display the following
  10. menu options:
  11.  
  12. Step Mode
  13. Follow Mode
  14. Set Recorder
  15. Run
  16.   
  17. ------------------------------------------------------------------------
  18. STEP MODE                                         
  19. ------------------------------------------------------------------------
  20.  
  21. This Menu Item is used to debug a Macro by executing one Macro
  22. Instruction at a time.
  23.  
  24. ------------------------------------------------------------------------  
  25. FOLLOW MODE                                       
  26. ------------------------------------------------------------------------
  27.  
  28. This Menu Item is used to debug a Macro by displaying the actual
  29. movements created by the Macro on the screen.
  30.  
  31. ------------------------------------------------------------------------ 
  32. SET RECORDER                                      
  33. ------------------------------------------------------------------------
  34.  
  35. This Menu Item is used to add a Macro Name to a list of Macros or
  36. activate it for editing.  It is analgous to "saving" a Worksheet.
  37.  
  38. ------------------------------------------------------------------------
  39. RUN                                               
  40. ------------------------------------------------------------------------
  41. This Menu Item is used to execute a Macro.  It brings up the Requester
  42. listing the Macro Names.  Select the Name of the Macro to execute.
  43.  
  44.  
  45.  
  46.  
  47.  
  48. ------------------------------------------------------------------------
  49. The Macro Menu on the Worksheet is used to either execute a Macro or
  50. to to teach MaxiPlan a set of Macro instructions with the automatic
  51. Record Mode. The Menu Items are:
  52.  
  53. ------------------------------------------------------------------------
  54. RUN                                               
  55. ------------------------------------------------------------------------
  56. The RUN Menu Item operates as described above.  It is used to execute
  57. a Macro.
  58.  
  59. ------------------------------------------------------------------------
  60. START RECORD                                      
  61. ------------------------------------------------------------------------
  62.  
  63. This Menu Item is accessed to begin the recording process.  All
  64. actions undertaken on the Worksheet are Recorded in a series of Macro
  65. instructions until the Stop Record Menu Item is activated.
  66.  
  67. ------------------------------------------------------------------------
  68. STOP RECORD                                       
  69. ------------------------------------------------------------------------
  70.  
  71. This Menu Item is accessed to end the recording process.
  72.  
  73. ------------------------------------------------------------------------
  74. RECORD MODE                                       
  75. ------------------------------------------------------------------------
  76.  
  77. This Menu Item has two Submenu Items:  Absolute and Relative.  They
  78. determine the type of Cell References used when Recording a Macro.
  79. This is important for determining which Cells are accessed by the
  80. Macro when it is played back.  Relative Cell references mean Cells
  81. a certain number of Columns and Rows from the site on the Worksheet
  82. from where the Macro is activated will be accessed.  Absolute means
  83. the exact same Cells as were accessed during the Record process are
  84. accessed wherever the Macro is executed on the Worksheet.
  85.  
  86. -------------------------------------------------------------------------
  87. Disable AUTOMATIC Macros                          
  88. -------------------------------------------------------------------------
  89.  
  90. If you create a macrosheet in which the macro that begins in cell A1
  91. contains the label AUTOMATIC (in upper case with no blanks) then when
  92. this macrosheet is loaded the macro RUN command is automatically started
  93. at cell A2 and runs until the macro completes.
  94.  
  95. To edit a worksheet containing such a macro you must select Disable
  96. AUTOMATIC Macros from the Control menu of the Control window.  When this
  97. is selected all macrosheets containing AUTOMATIC macros are loaded but
  98. not executed automatically.
  99.  
  100.