Microsoft KB Archive/42881: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "<" to "<")
Line 11: Line 11:
In Microsoft Word for DOS versions 5.0 and 5.5, if you set the Promptmode variable to “user” in a macro, as in the following example,
In Microsoft Word for DOS versions 5.0 and 5.5, if you set the Promptmode variable to “user” in a macro, as in the following example,


&lt;<SET Promptmode="user">&gt;
<<SET Promptmode="user">&gt;


anytime a prompt asks you to choose Y, N, or ESC, pressing the ESC key aborts the macro.
anytime a prompt asks you to choose Y, N, or ESC, pressing the ESC key aborts the macro.


KBCategory: kbother kbmacro KBSubcategory: Additional reference words: 5.00 5.50 ============================================================================= Copyright Microsoft Corporation 1994.
KBCategory: kbother kbmacro KBSubcategory: Additional reference words: 5.00 5.50 ============================================================================= Copyright Microsoft Corporation 1994.

Revision as of 09:34, 21 July 2020

Word: Macro Incorrectly Aborts When Pressing ESC Key

PSS ID Number: Q42881 Article last modified on 11-02-1994

5.00 5.50 6.00

MS-DOS

SUMMARY

In Microsoft Word for DOS versions 5.0 and 5.5, if you set the Promptmode variable to “user” in a macro, as in the following example,

<<SET Promptmode="user">>

anytime a prompt asks you to choose Y, N, or ESC, pressing the ESC key aborts the macro.

KBCategory: kbother kbmacro KBSubcategory: Additional reference words: 5.00 5.50 ============================================================================= Copyright Microsoft Corporation 1994.