mw.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
30823
CIRCULAR MACRO NOT ALLOWED.
 
Your macro either calls itself when it is running
or calls another circular macro. For example,
Word cannot run a macro that searches for text,
formats the text (if found), and then calls
itself to search for the next occurrence of that
text.
 
■ If you intended to write a circular (recursive)
  macro, replace the recursive call with a loop.
■ If you made a mistake writing the macro, choose
  Macro Edit to revise it.
■ For more information, see Ch. 22, "Macros," in
  the Using Manual.