EditClear Statement Deletes Footnote Reference or Field CodeLast reviewed: July 30, 1997Article ID: Q79334 |
The information in this article applies to:
SYMPTOMSIf you position the insertion point to the left of a field code or footnote reference in Microsoft Word for Windows and you press the DEL key or run the EditClear macro, the field code or footnote reference is not deleted; instead, the system beeps. However, if you position the insertion point at the same location and run the EditClear statement from within a macro, the field code or footnote reference is selected and deleted.
STATUSMicrosoft has confirmed this to be a problem in the versions of Microsoft Word for Windows listed above. We are researching this problem, and will post more information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONPressing the DEL key is the keyboard equivalent to the EditClear command and macro statement; therefore, they should behave in a similar manner, regardless of how they are executed. You can use the following macro to delete a footnote reference number:
Sub Main EditClear End SubThe EditClear command selects the word to the immediate right of the insertion point and performs a delete.
Steps to Reproduce Problem
Word for Windows Version 2.0
Word for Windows Version 1.x
REFERENCES"Microsoft Word for Windows User's Reference," version 1.x, pages 127-128, 185-187, 284-285 "Microsoft Word for Windows User's Guide," version 2.0, pages 264-265, 591-592, 765-767 Kbcategory: kbusage kbmacro KBSubcategory: |
Additional query words: winword2 6.0 6.0a 6.0c winword word6
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |