WD97: Invalid Procedure Name Error Creating a New Macro

Last reviewed: July 31, 1997
Article ID: Q157532
The information in this article applies to:
  • Microsoft Word 97 for Windows

SYMPTOMS

When you attempt to create a new macro, you receive the following error message:

   Invalid Procedure Name

CAUSE

The macro name contains invalid characters or reserved identifiers, or the length exceeds 80 characters.

WORKAROUND

Rename the macro to contain fewer than 80 charecters. For tips on valid macro names see the More Information section of this article.

MORE INFORMATION

Valid macro names:

  • Must begin with a letter.
  • Cannot contain spaces or non-alphanumeric characters (such as &, *, /, and so on).
  • Cannot contain periods. You may use a period (.) in a macro name only to explicitly define a procedure within a module. For example, if you type in the new macro name "my.test", you have created a new Module called "my" containing a Procedure named "test".
  • Cannot exceed 80 characters.
  • Cannot conflict with a program's reserved identifiers or keywords, such as the word "print".


KBCategory: kbusage kbmacro
KBSubcategory:
Additional query words: tools macro word97
Version : 97
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 31, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.