WD: Unknown Command, Subroutine, or Function w/Undocumented "$"Last reviewed: February 24, 1998Article ID: Q105294 |
The information in this article applies to:
SYMPTOMIn Microsoft Word when you run certain macros, you get the WordBasic error "Unknown Command, Subroutine, or Function." This problem does not occur in Microsoft Word 97 for Windows.
CAUSEIn Word 2.0 for Windows you could add an undocumented "$" statement to certain macro commands to activate the corresponding dialog box. Word 6.0 for Windows and Word 7.0 for Windows 95 do not support this syntax. Thus, any macro containing this statement will generate the "Unknown Command..." error.
MORE INFORMATIONThe NetworkTemplateStorage macro provided in the Word 2.0 for Windows NEWMACRO.DOC is an example of a macro using the undocumented WordBasic statement, FileNew$. Macros using the undocumented "$" statement will no longer function correctly in Word 6.0 or 7.0. This omission is by design. For more information on this undocumented statement and an example of the proper syntax for calling a dialog, query on the following words in the Microsoft Knowledge Base:
filenew$ and undocumented |
Additional query words: convert template
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |