The information in this article applies to:
SUMMARYThis article contains a sample macro that demonstrates the use of the following WordBasic statements and functions: Window<Number>This article supplements the information in online Help. To open this Help topic, click Contents on the Help menu and then click the "Programming with Microsoft Word" topic. MORE INFORMATIONWindow<Number>Syntax:Window<Number>Example: The following macro activates a window listed on the Window menu. Window1 activates the first window in the list, Window2 activates the second window, and so on through Window9. If no windows are listed, or if <Number> is greater than the number of windows listed, an error occurs which is ignored. NOTE: You cannot use a variable in place of <Number>; you must use an integer.
Additional query words:
Keywords : kbmacro kbprg kbdtacode wordnt kbmacroexample winword ntword macword word6 word7 word95 |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |