Worksheet May Be Activated When Method Is Applied
Article ID: 106463
Article Last Modified on 8/15/2005
APPLIES TO
- Microsoft Excel 95 Standard Edition
- Microsoft Excel 5.0c
This article was previously published under Q106463
This article also applies to:
- Microsoft Excel for Windows 5.0|5.0
SUMMARY
When you apply methods or change properties of a worksheet, the target
worksheet may need to be activated before the macro can perform the
requested action. If the worksheet is not already active, a brief
flash will be noticeable on the screen when the sheet is activated.
WORKAROUND
To resolve the problem explained in this article, add the following
line to the beginning of your Visual Basic for Applications macro:
Application.ScreenUpdating = False
Additional query words: 5.00c XL
Keywords: KB106463