Mentioned
In
|
 |
 |
 |
 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms
of Use |
Trademarks
Article ID: 973593 - Last Review: December 31, 2009 - Revision: 3.0 MS09-067: Description of the security update for Excel 2007: November 10, 2009
Microsoft has released security bulletin MS09-067. To view the complete security bulletin, visit one of the following Microsoft Web sites:
- Home users:Skip the details: Download the updates for your home computer or laptop from the Microsoft Update Web site now:
- IT professionals:
How to obtain help and support for this security update For home users, no-charge support is available by calling 1-866-PCSAFETY in the United States and Canada or by contacting your local Microsoft subsidiary. For more information about how to contact your local Microsoft subsidiary for support issues with security updates, visit the Microsoft International Support Web site: North American customers can also obtain instant access to unlimited no-charge e-mail support or to unlimited individual chat support by visiting the following Microsoft Web site: For enterprise customers, support for security updates is available through your usual support contacts. More information about this security updateKnown issue with this security update- After you install this security update, you may experience the following issue when you work with Microsoft Excel 2007 Visual Basic for Applications (VBA) macro code:
SymptomYou unprotect a worksheet by using the object model, such as Worksheets("sheet2").Unprotect. If the unprotected worksheet is not the active worksheet, contents from the unprotected worksheet become visible on the current worksheet. This issue continues until there is an action that updates Excel. ResolutionTo resolve this issue, apply the hotfix that is described in Microsoft Knowledge Base article 978522.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
978522Â
(http://kbalertz.com/Feedback.aspx?kbNumber=978522/
)
Description of the Office Excel 2007 hotfix package (Excel-x-none.msp, Xlconv-x-none.msp): December 23, 2009
Workaround 1To work around this issue, minimize and then maximize the Excel window to redraw or refresh the Excel worksheet. Workaround 2Microsoft provides programming examples for illustration only, without warranty either
expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes
that you are familiar with the programming language being demonstrated and the
tools used to create and debug procedures. Microsoft support professionals can
help explain the functionality of a particular procedure, but they will not
modify these examples to provide added functionality or construct procedures to
meet your specific needs. If you have limited programming experience, you may
want to contact a Microsoft Certified Partner or Microsoft Advisory Services. For more information, visit these Microsoft Web sites: Microsoft Certified
Partners -
https://partner.microsoft.com/global/30000104
(https://partner.microsoft.com/global/30000104)
Microsoft Advisory Services - http://support.microsoft.com/gp/advisoryservice
(http://support.microsoft.com/gp/advisoryservice)
For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS
(http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms)
To work around this issue, you can modify the macro code to work around this issue by activating the Excel worksheet before the Unprotect method is run as shown in the following sample code.
Sub Button1_Click()
Dim NowActiveSheet As WorkSheet
Worksheets("sheet2").Protect
Set NowActiveSheet=ActiveSheet
' Activate the Excel sheet before running Unprotect method.
Worksheets("sheet2").Activate
Worksheets("sheet2").Unprotect
NowActiveSheet.Activate
End Sub
Workaround 3To work around this issue, activate all the worksheets in Excel manually or by using a macro after the issue has occurred.
More information about this security updateNon-security-related fixes that are included in this security update973402Â
(http://kbalertz.com/Feedback.aspx?kbNumber=973402/
)
Description of the Excel 2007 hotfix package (Excel-x-none.msp, Graph-x-none.msp, Xlview-x-none.msp): August 25, 2009
974492Â
(http://kbalertz.com/Feedback.aspx?kbNumber=974492/
)
Description of the Excel 2007 hotfix package (Excel-x-none.msp, Graph-x-none.msp, Xlconv-x-none.msp, Xlview-x-none.msp): August 25, 2009
971787Â
(http://kbalertz.com/Feedback.aspx?kbNumber=971787/
)
Description of the 2007 Office system hotfix package (Excel.msp, Xlconv.msp): June 30, 2009
973932Â
(http://kbalertz.com/Feedback.aspx?kbNumber=973932/
)
Description of the Excel 2007 hotfix package (Excel-x-none.msp, Xlconv-x-none.msp): August 25, 2009
973823Â
(http://kbalertz.com/Feedback.aspx?kbNumber=973823/
)
Conditional formatting rules are duplicated when you copy and then paste cells in Excel 2007
971858Â
(http://kbalertz.com/Feedback.aspx?kbNumber=971858/
)
Description of the Excel 2007 hotfix package (Excel.msp, Graph.msp, Xlconv.msp): June 30, 2009
972577Â
(http://kbalertz.com/Feedback.aspx?kbNumber=972577/
)
When you rotate text in cells in an Excel 2007 document on a Terminal Services client that is running in Monitor Spanning mode, the text appears misaligned, partly or completely invisible, or the AutoFit Column Width function does not work
973933Â
(http://kbalertz.com/Feedback.aspx?kbNumber=973933/
)
Description of the Excel 2007 hotfix package (Excel-x-none.msp, Graph-x-none.msp, Xlconv-x-none.msp): August 25, 2009
971860Â
(http://kbalertz.com/Feedback.aspx?kbNumber=971860/
)
Description of the Excel 2007 hotfix package (Excel.msp, Graph.msp, Oart.msp, Oartconv.msp, Xlconv.msp): June 30, 2009
974496Â
(http://kbalertz.com/Feedback.aspx?kbNumber=974496/
)
Description of the Excel 2007 hotfix package (Excel-x-none.msp, Xlconv-x-none.msp, Xlview-x-none.msp): August 25, 2009
974487Â
(http://kbalertz.com/Feedback.aspx?kbNumber=974487/
)
Description of the 2007 Office system hotfix package (Excel-x-none.msp, Graph-x-none.msp, Oart-x-none.msp, Oartconv-x-none.msp, Powerpoint-x-none.msp, Pptconv-x-none.msp, Xlconv-x-none.msp): August 25, 2009
Prerequisites to install this security update To install this security update, you must have one of the following installed: - 2007 Microsoft Office Suite Service Pack 2 (SP2)
- 2007 Microsoft Office Suite Service Pack 1 (SP1)
For more information about how to obtain this service pack, click the following article number to view the article in the Microsoft Knowledge Base:
949585Â
(http://kbalertz.com/Feedback.aspx?kbNumber=949585/
)
How to obtain the latest service pack for the 2007 Office suite
Security update replacement informationThis security update replaces the following security update: 969682Â
(http://kbalertz.com/Feedback.aspx?kbNumber=969682/
)
MS09-021: Description of the security update for Excel 2007: June 9, 2009
The English (United States) version of this security update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel. Collapse this tableExpand this table | File name | File version | File size | Date | Time |
|---|
| Excel.exe | 12.0.6514.5000 | 18,341,216 | 18-Aug-2009 | 05:48 | | Excel.man | Not Applicable | 791 | 14-Aug-2009 | 17:26 | | Xlcall32.dll | 12.0.6500.5000 | 10,120 | 26-Feb-2009 | 20:09 |
APPLIES TO- Microsoft Office Excel 2007
| kbexpertisebeginner kbsurveynew kbsecvulnerability kbsecurity kbsecbulletin kbfix kbexpertiseinter kbbug atdownload KB973593 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate
Be the first to leave feedback, to help others about this knowledge base
article.
(Optional) Name
(Optional)
Public URL Or Email
Comments
No
HTML -- Text Only Please
|
 |
 |
 |
 |
 |
 |
 |
| |