WD98: Extend Mode (EXT) Is Unexpectedly DeactivatedLast reviewed: February 13, 1998Article ID: Q181105 |
The information in this article applies to:
SYMPTOMSAfter you activate the extend mode feature in Microsoft Word by pressing F8, extend mode may become deactivated if you do any of the following:
CAUSEThis behavior is by design in Word. Word changes the status of the Extend command when a new command is chosen.
MORE INFORMATIONWhen you activate the extend mode feature by pressing F8, the Word status bar displays EXT. While extend mode is active, Word selects text when you press directional keys. Selection.ExtendMode and Selection.Information(wdSelectionMode) are Visual Basic for Applications commands that return the status of the extend mode feature. In the following syntax examples, "x" equals 0 (zero) if extend mode is inactive, and "x" equals a non-zero number if extend mode is active:
x = Selection.ExtendMode x = Selection.Information(wdSelectionMode)However, if you run these commands in a macro, Word always deactivates extend mode and sets the value of "x" to 0 (zero). NOTE: Both commands operate correctly, returning the actual status of the extend mode feature if you run the commands by choosing the Step button in the macro-editing window.
|
Additional query words: extend selection extendselection execute turn off
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |