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 INFORMATION
The 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.
filenew$ and undocumented Additional query words: convert template
Keywords : wordnt kbmacroexample ntword word6 word7 word95 |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |