The information in this article applies to:
SYMPTOMSIn the versions of Microsoft Excel listed above, when you display and then move a movable custom dialog box, a copy of the dialog box remains in the original location on the screen. CAUSEThis problem may occur if the following command is called before the custom dialog box is called: Application.ScreenUpdating = False MORE INFORMATION
The ScreenUpdating property in Microsoft Visual Basic for Applications is
used to turn screen updating off to speed up your macro code. You will not
be able to see what the macro is doing, but it will run faster.
Q72616 Custom Dialog Box Leaves Copy on Screen When Moved in ExcelFor more information about Screen Updating In Microsoft Excel 7.0, click Answer Wizard on the Help menu, and type: ScreenUpdating REFERENCES"Microsoft Excel 5 Visual Basic for Applications Reference," page 580, Microsoft Press Additional query words: 5.00a 5.00c 7.00a XL5 XL7
Keywords : kbprg PgmOthr |
Last Reviewed: October 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |