Office 365 users must authenticate again when they open a new tab or a new window when connected to Outlook Web App in Internet Explorer 8
(http://support.microsoft.com/kb/977417/
)
You are prompted to provide authentication again when you open a new tab or a new window in a SSL Web site in Internet Explorer 8
Prerequisites
To apply this hotfix, you must have Internet Explorer 8 installed on a computer that’s running one of the following operating systems:
- Windows Vista Service Pack 1
- Windows Server 2008
- Windows 7
- Windows Server 2008 R2
Article ID: 2486120 – Last Review: May 17, 2013 – Revision: 8.0
Applies to
- Microsoft Office 365 for enterprises (pre-upgrade)
- Microsoft Office 365 for small businesses (pre-upgrade)
- Microsoft Office 365 for education (pre-upgrade)
- Windows Internet Explorer 8
- Microsoft Exchange Online
| o365 o365e o365p o365a o365062011 pre-upgrade o365022013 after upgrade KB2486120 |
How to troubleshoot the Outlook Offline Address Book in an Office 365 environment
- Users can’t download the Offline Address Book.
- Synchronization errors occur in the Offline Address Book.
- You receive nondelivery report (NDR) messages when you use the Offline Address Book to send email messages to users.
Step 1: Make sure that the global address list (GAL) is up to date
Check whether the GAL is up to date. To do this, make sure that you can view any changes in the GAL by using Microsoft Outlook Web App. If the expected changes aren’t present in the GAL, the changes will not be replicated to the Offline Address Book.
Note If you change your on-premises Active Directory schema and the Windows Azure Active Directory Sync Tool still doesn’t synchronize these changes correctly, go to the following Microsoft website for more info about how to troubleshoot this issue:
If the Online Address Book is correct but the Offline Address Book is still incorrect, go to the next step.
Step 2: Manually download the Offline Address Book and then make sure that Cached Exchange Mode is enabled
Manually download the Offline Address Book in Outlook. This may also resolve nondelivery report issues if you’re using an outdated version of the Offline Address Book. For more information about how to manually download the latest copy of the Offline Address Book, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/2427141/
)
You can’t find a user in the offline address book in Office 365
Then, make sure that Outlook is set up to use Cached Exchange Mode. To do this follow these steps:
- Take one of the following actions:
- If you’re running Outlook 2007, click Tools, and then click Account Settings.
- If you’re running Outlook 2010, click File on the Office ribbon, click Account Settings, and then click Account Settings.
- In the E-mail Settings dialog box, select the Microsoft Exchange account that you want, and then click Change.
- In the Microsoft Exchange Settings dialog box, make sure that the Use Cached Exchange Mode check box is selected.
Step 3: Check that the Background Intelligence Transfer Service (BITS) service is running
Check that BITS is started on the computer. Outlook uses BITS to connect to the URL that is provided by the Autodiscover service. To determine whether BITS is started, follow these steps:
- Click Start, click Control Panel, click Administrative Tools, and then click Services.
- In the list of services, click Background Intelligence Transfer Service, and then make sure that the status of this service is set to Started.
- If BITS can’t be started, reinstall it. For more information about how to install BITS, click the following article number to view the article in the Microsoft Knowledge Base:
968929
(http://support.microsoft.com/kb/968929/
)Windows Management Framework (Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0)
Step 4: Install the latest updates for Office and for Office 365 Desktop
- Make sure that the latest Microsoft Office service pack is installed.
Note If you’re using Microsoft Office Outlook 2007, you must, at a minimum, have the 2007 Microsoft Office system Service Pack 1 installed on the computer.
- Make sure that the latest version of Office 365 Desktop Setup is installed. To install the latest version of Office 365 Desktop Setup, go to the following Microsoft website:
Step 5: Re-create the Outlook profile
If the existing Outlook profile is corrupted, this corruption could be the cause of the issue. Corruption may have occurred if Outlook stopped responding. For more information about how to create and to set up an email profile in Outlook, see the E-mail Setup Help Wizard at the following Microsoft website:
Step 6: Determine whether the Autodiscover service is working, and check access to the Offline Address Book
Note If the Offline Address Book issue wasn’t resolved by using steps 1 through 5, follow this step for validation before you call Support.
Check whether Outlook and the computer can access the Offline Address Book file on the server. This action is typically done by Outlook in the background or when you force a download of the Offline Address Book in Outlook. To do this check, sign in to the Office 365 portal, and then follow these steps:
- Start Outlook.
- Hold down the CTRL key, right-click the Outlook icon in the notification area on the right side of the taskbar, and then click Test E-mail AutoConfiguration.
- Click to clear the Use Guessmart check box, and then click to clear the Secure Guessmart Authentication check box.
- Click to select the Use AutoDiscover check box.
- Type the email address and password, and then click Test.
- On the Results tab, note the path of OAB URL.
- Click the XML tab, locate the
and tags, and then copy the path that is displayed between the tags. Paste the path into the address box in Windows Internet Explorer, add /OAB.xml to the end of the path, and then press Enter. The following is an example of what the URL may resemble:
https://autodiscover.contoso.com/OAB/93179f28-4b4d-4e58-aec1-07bb493be4f4/OAB.xml
- Note the information that is displayed in the webpage in Internet Explorer. The webpage should contain lots of XML data. The following is an example of the information that should be displayed in Internet Explorer:
Collapse this imageExpand this image
Article ID: 2429946 – Last Review: May 17, 2013 – Revision: 40.0
Applies to
- Microsoft Office 365 for enterprises (pre-upgrade)
- Microsoft Office 365 for small businesses (pre-upgrade)
- Microsoft Office 365 for education (pre-upgrade)
- Microsoft Exchange Online
| o365 o365a o365e o365p o365062011 pre-upgrade o365m o365022013 after upgrade KB2429946 |
Continued here:
How to troubleshoot the Outlook Offline Address Book in an Office 365 environment
PurchaseOrderDetail package for Analysis Cubes may not load all Purchase Orders
- Open SQL Server Business Intelligence Development Studio (BIDS).
- Click File, point to New, and then select Project….
- Click OK.
- Right-click SSIS Packages folder in the Solution Explorer pane and then select Add Existing Package.
- Choose SSIS Package Store for the Package Location.
- Type in the SQL server name where the Analysis Cubes SSIS packages reside into the Server field.
- Choose the Authentication type and type in a user if required.
- Click the ellipses button next to the Package path field.
- Expand MSDB.
- Expand your Analysis Cubes SSIS folder.
- Locate the SSIS package that ends with “PurchaseOrderDetail”. Select it and then click OK.
- Click OK.
- Double-click the PurchaseOrderDetail SSIS package in the Solution Explorer pane.
- Double-click the icon inside the Copy Data from Results to PendingPurchaseOrders Task to open that task.
- Double-click the icon inside the OLE DB Source entity.
- Copy the contents of the SQL command text section into a text editor, such as Notepad.
- In the text editor, use the Replace function to replace ”select @lastdate = DateUpdated from DynamicsGPWarehouse.dbo.LastUpdated where CompanyID = @CompID and TableName = ‘PurchaseOrderDetail’” with “select @lastdate = convert(char(12),DateUpdated,101) from DynamicsGPWarehouse.dbo.LastUpdated where CompanyID = @CompID and TableName = ‘PurchaseOrderDetail’”
- Go back to BIDS and select all of the text inside the SQL command text section and then press the Delete key to remove the text.
- Copy the updated text from the text editor into the SQL command text section.
- Click the Parse Query button. If the query was not parsed successfully, the text was not updated correctly or copied back correctly. Click Cancel on the OLE DB Source Editor window and retry steps 15-20.
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.
Article ID: 2851158 – Last Review: May 17, 2013 – Revision: 1.0
Applies to
- Microsoft Dynamics GP 2010
- Microsoft Dynamics GP 2010 R2
- Microsoft Dynamics GP 2010 Service Pack 1
- Microsoft Dynamics GP 2010 Service Pack 2
- Microsoft Dynamics GP 2010 Service Pack 3
- Microsoft Dynamics GP 2013
- Microsoft Dynamics GP 2013 Service Pack 1
- Analysis Cubes for Microsoft Office Excel
- Analysis Cubes for Microsoft SQL Server 2000
- Analysis Cubes for Microsoft SQL Server 2005
| kbmbsmigrate kbsurveynew KB2851158 |
See original article:
PurchaseOrderDetail package for Analysis Cubes may not load all Purchase Orders
On-premises Exchange 2003 and Outlook 2003 users can’t view free/busy information of Office 365 users in a hybrid deployment
- The on-premises environment consists of both Exchange 2010 and Exchange 2003 servers.
- The Exchange 2003 public folder is set up to use a custom list instead of routing groups for public folder referrals.
In this scenario, on-premises users who have a mailbox on Exchange 2003 or who are using Outlook 2003 can’t view free/busy information of Office 365 users. However, they can view free/busy information of other on-premises users. Additionally, on-premises users who have a mailbox on Exchange 2010 can view free/busy information of Office 365 users.
Exchange 2003 incorrectly resolves the Exchange 2010 server in the list of public folder referrals to the GUID of the Exchange 2010 public folder database instead of the GUID of the Exchange 2010 public folder server. When Exchange 2003 looks up the database GUID to assign cost, it’s not a valid server path. Therefore, it’s marked with an infinite cost. Because the cost is infinite, it doesn’t refer the client to the Exchange 2010 server.
To do this, follow these steps on the Exchange 2003 server.
- Open Exchange Management Shell, and then follow these steps:
- Identify the GUID of the Exchange 2010 public folder database. To do this, run the following command:
get-publicfolderdatabase |fl name, guid
- Identify the GUID of the Exchange 2010 public folder server. To do this, run the following command:
get-exchangeserver |fl name,guid
- Identify the GUID of the Exchange 2010 public folder database. To do this, run the following command:
- Use ADSI Edit to locate the msExchfolderAffinityList attribute, and then specify the GUID of the Exchange 2010 public folder server.
- Open ADSI Edit, and then connect to the Configuration context.
- Expand the domain, and then locate the server.
The path of the server is Configuration/Services/Microsoft Exchange/
/Administrative groups/Servers/ . - Right-click the server, and then click Properties.
- Click the Attribute Editor tab, locate and then select the msExchfolderAffinityListattribute.
- Click Edit, and then based on the information that you obtained in step 1, replace the GUID of the Exchange 2010 public folder database with the GUID of the Exchange 2010 public folder server.
- Restart the Microsoft Exchange Information Store service. For more info about how to do this, go to the following Microsoft website:
After you follow this procedure, the Exchange 2010 public folder server name will show in the custom list for public folder referrals. Note that you can modify the other servers in the custom list without affecting the updated GUID in the msExchFolderAffinityList attribute.
For more information, see the following Microsoft resources:
Article ID: 2847591 – Last Review: May 17, 2013 – Revision: 1.0
Applies to
- Microsoft Office 365 for enterprises (pre-upgrade)
- Microsoft Office 365 for education (pre-upgrade)
- Microsoft Exchange Online
| o365 o365a o365e o365m o365062011 o365022013 pre-upgrade after upgrade hybrid KB2847591 |
Original post:
On-premises Exchange 2003 and Outlook 2003 users can’t view free/busy information of Office 365 users in a hybrid deployment
Unable to add a new Deployment Administrator from trusted domain in same forest
2. Manage the username and password prior to assigning it as a Deployment Administrator. To do this:
a. Go to Manage your Network Passwords on the server and have the current Deployment Administrator add the Domain Controller and credentials from the trusted domain. This allows the credentials to be automatically passed for the LDAP query and not dropped.
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.
Article ID: 2842571 – Last Review: May 17, 2013 – Revision: 3.0
Read the original:
Unable to add a new Deployment Administrator from trusted domain in same forest
Unable to configure the Microsoft Dynamics CRM for Outlook client. (The server might be unavailable. 10)
Trying to open Credential Manager in the Control Panel will result in the following error.
Unable to save credentials. To save credentials in the vault, check your computer configuration.
Error Code: 0×80070520
Error Message: A Specified login session does not exist. It may already have been terminated.
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa
ValueName: DisableCredMan
Value Data: 1
Changing the value Data from 1 to 0, or removing the Value Name entirely will allow the Outlook client to configure correctly as well as allowing the successful opening of the Credential Manager.
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.
Article ID: 2736267 – Last Review: May 17, 2013 – Revision: 2.0
Visit site:
Unable to configure the Microsoft Dynamics CRM for Outlook client. (The server might be unavailable. 10)
An error may occur when trying to install Update Rollup for CRM client for Outlook
“The type initializer for ‘Microsoft.Crm.LocatorService’ threw an exception.
Cannot load Counter Name data because an invalid index ” was read from the registry.”
2. Right-click on cmd.exe and choose ‘Run as administrator’.
3. Type “lodctr /r” and press enter.
You will then get the message ‘Info: Successfully rebuilt performance counter setting from system backup store’.
4. Check if there are providers that are disabled, write “lodctr /q” and press enter
5. You will then get a long list of providers, make sure that the CRM Client is Enabled, see below
If not, write “lodctr /e:CRM Client” and press enter.
6. Install the Microsoft Dynamics CRM for Outlook client Update Rollup
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.
Article ID: 2832079 – Last Review: May 17, 2013 – Revision: 2.0
| kbmbsmigrate kbsurveynew KB2832079 |
View original post here:
An error may occur when trying to install Update Rollup for CRM client for Outlook
An error message may occur when trying to access Microsoft Dynamics CRM 2011 with Claims Based Authentication. "404-File or Directory Not Found"
An error message may occur when trying to access Microsoft Dynamics CRM 2011 with Claims Based Authentication. “404-File or Directory Not Found”
The following error stack can be found in the event viewer after enabling the AD FS trace log on the AD FS server:
Log Name: AD FS 2.0 Tracing/Debug
Source: AD FS 2.0 Tracing
Date: mm/dd/yyyy 00:00:00 PM
Event ID: 67
Task Category: None
Level: Error
Keywords: ADFSProtocol
User: NETWORK SERVICE
Computer: SERVER
Description:
Failed to process the Web request because the request is not valid. Cannot get protocol message from HTTP query. The following errors occurred when trying to parse incoming HTTP request:
Microsoft.IdentityServer.Protocols.Saml.HttpSamlMessageException: MSIS7015: This request does not contain the expected protocol message or incorrect protocol parameters were found according to the HTTP SAML protocol bindings.
at Microsoft.IdentityServer.Web.HttpSamlMessageFactory.CreateMessage(HttpContext httpContext)
at Microsoft.IdentityServer.Web.FederationPassiveContext.EnsureCurrent(HttpContext context)
IIS Applicationhost.config is incomplete. This could be caused by a corrupt or incomplete installation of AD FS. One or all of the following location paths and their settings have been removed:
In order to fix this issue, you must follow the steps below:
1. Stop the IIS service on the AD FS server
2. Stop the AD FS service on the AD FS server
3. Make a copy of the applicationhost.config file and then open the applicationhost.config file located: c:windowssystem32inetsrv.
4. Review this file for any missing file location paths. Update this file to include all file location paths as displayed below.
4. Start the IIS service on the AD FS server
5. Start the AD FS service on the AD FS server
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.
Article ID: 2847921 – Last Review: May 17, 2013 – Revision: 3.0
See the article here:
An error message may occur when trying to access Microsoft Dynamics CRM 2011 with Claims Based Authentication. "404-File or Directory Not Found"
Users cannot receive file transfers, audio, or video behind a NAT device in Windows Messenger 5.0
- A Microsoft Windows Messenger user, “User A,” can successfully transfer files to or send audio or video to another Windows Messenger user, “User B.” (This behavior occurs when no users are behind a network address translation (NAT) device)
- “User A” cannot receive file transfers, audio, or video from “User B” when any one of the users is behind a NAT device.
When “User A” starts a session, such as a file transfer session, with “User B,” IP address information is sent between computers from “User A” to “User B.” However, if “User A” is behind a NAT device, this IP address information is a private IP address. When “User B” tries to connect to this private IP address to send a file or to start an audio or video session, “User B” is not successful. Therefore, file transfer traffic or audio and video traffic, only travels in one direction between these two users.
Note Transfers of audio, video, and data files is peer-to-peer traffic that occurs between computers that are running Windows Messenger 5.x or Live Communications Server 2005. This traffic does not pass through the Live Communications Server computer.
For more information about Windows Messenger, visit the following Microsoft Web site:
Article ID: 889937 – Last Review: May 17, 2013 – Revision: 5.0
Applies to
- Microsoft Office Live Communications Server 2005 Standard Edition
- Microsoft Office Live Communications Server 2005 Enterprise Edition
- Microsoft Office Live Communications Server 2003
- Microsoft Office Communicator 2005
- Microsoft Windows Messenger 5.0
| kbnat kbtshoot kbprb KB889937 |
See more here:
Users cannot receive file transfers, audio, or video behind a NAT device in Windows Messenger 5.0
Description of the Excel 2002 update: June 19, 2002
This update includes several security updates and other issues that are
corrected in the update.
This article describes how to download and
install the Excel 2002 Update: June 19, 2002.
NOTE: This Public Update is part of the Microsoft Office XP Service
Pack 2 (SP-2), but for your convenience the Public Update also is available
individually, as described in the “More Information” section of this article.
If you already applied Office XP SP-2, you do not have to apply this Public
Update.
For additional information, click the article
number below to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/307841/EN-US/
)
OFFXP: How to Obtain the Latest Office XP Service Pack
How to Download and Install the Update
Client Update
If you installed Office XP from a CD-ROM, you have two
options:
- Use the Office Product Updates Web site to automatically
install all of the latest updates that includes all available Service Packs and
Public Updates.-or-
- Install only the Public Update
by using the steps described later.
Both options require that you have your Office XP CD-ROM
available throughout the installation process.
Office Product Updates
To have the Office Product Updates Web site detect the required
updates that you must install on your computer, visit the following Microsoft
Web site: After detection is complete, you receive a list of recommended
updates for your approval. Click Start Installation to
complete the process.
Install Only Excel 2002 Update
This update requires that Microsoft Office XP Service Pack 1
(SP-1) be installed.
For
additional information about obtaining and installing Microsoft Office XP
Service Pack 1 (SP-1), click the article number below to view the article in
the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/307843/EN-US/
)
OFFXP: Overview of the Office XP Service Pack 1
Follow these steps to download and
install the client update:
- Visit the following Microsoft Web site:
Click
here to download the Client Update(http://download.microsoft.com/download/Excel2002/Patch/exc1002/W982KMeXP/EN-US/exc1002.exe)
- Click Download Now. Click Save this program to disk, and then click
OK. - Click Save to save the Exc1002.exe file to the selected folder.
- In Windows Explorer, double-click Exc1002.exe.
- If you are prompted to install the update, click Yes.
- Click Yes to accept the License Agreement.
- Insert your Office XP CD-ROM when you are prompted to do
so, and then click OK. - When you receive a message that indicates the installation
was successful, click OK.
NOTE: After you install the public update, you cannot remove
it.
For more information about the Client Patch, click the link below
for the Office Tools on the Web article.
Administrative Update
If you installed Microsoft Excel 2002 from a server location, the
server administrator must update the server location with the administrative
public update and deploy that update to your computer.
If you are the
server administrator, follow these steps to download the administrative update:
- Visit the following Microsoft Web site:
Click
here to download the Administrative Update(http://download.microsoft.com/download/Excel2002/Patch/exc1002/W982KMeXP/EN-US/exc1002a.exe)
- Download the file to your desktop.
- In Windows Explorer, double-click the Exc1002a.exe file.
- Click Yes to accept the License Agreement.
- In the Please type the location where you want to
place the extracted files box, type
C:exc1002a, and then click OK. - Click Yes when you are prompted to create the folder.
- Click Start and then click Run. Type the following command in the Open box:
start msiexec /p pathname of update
MSP file /a pathname of MSI file SHORTFILENAMES=TRUE /qb /L*v pathname of
log file - To deploy the update to the client workstations, click Start and then click Run. Type the following command in the Open box:
start msiexec /i path to updated .msi
file on the administrative image REINSTALL=EXCELFiles REINSTALLMODE=vomus
/q
For additional
information about how to update your administrative installation and deploy to
client workstations, click the following article number to view the article in
the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/301348/
)
How to install a public update to administrative installations of Office XP
This article contains standard instructions for installing an
administrative public update.
How to Determine Whether the Public Update Is Installed
Excel 2002 Update: June 19, 2002 affects the Excel.exe file.
Excel 2002 Update: June 19, 2002 updates the version of Microsoft Excel 2002 to
version 10.0.4109.0. In Excel, click About Microsoft Excel on the Help menu to determine the version that is on your computer.
NOTE: If Excel 2002 Update: June 19, 2002 is already applied to your
computer, you receive the following message when you try to install Excel 2002
Update: June 19, 2002:
This update has already been applied or is included in an update that has already been applied.
Issues Fixed by the Update
The update fixes the following issues that were previously not
documented in the Microsoft Knowledge Base.
If a hyperlink that ends with an exclamation point is
placed on a shape and points to another Excel file, when you click or edit the
hyperlink, the target Excel file opens and runs the macro without any macro
security warning.
If your antivirus software finds a file that is
infected with a macro virus but it cannot clean the file, Word may still open
the file and run the macros in it, depending on the security settings set in
Word.
When you open an XML file that contains an applied XSL
style sheet, if you click OK to apply the style sheet, Excel may allow a script in the XSL
file to be run without warning.
A malicious macro can insert too much text into an
Excel workbook. You receive an error message, and then Excel quits.
A malicious user can insert a short macro command to an
object or command bar button; the command runs without warning when you click
the object.
If you have a file open in Excel, and then you try
locate that file in Internet Explorer (version 5.5 or later), you may receive
the following error message:
The instruction at memory
address references memory at memory address. The memory could not be “read”.
Click Ok to terminate the program.
Certain images that are created in an Office 97
document and opened in either Office 2000 or Office XP display the images
flipped and inverted.
When you use Microsoft Excel 2002 in a Terminal Server
session and try to print, Excel shows all the printers for all of the active
Terminal Server sessions.
A digital signature is lost when the AutoRecovery
option is turned ON and an AutoSave occurs.
When you drag an item into the PivotTable Wizard Layout dialog box, Excel may quit unexpectedly.
When you use the Square drawing tool on a chart, the
border may print differently in Excel and Word.
A Combo box control on a worksheet may display the
original values, instead of new values, after events occur that cause the
display to be refreshed. For example, if a combo box is initialized with the
value “June”, but the user selected “May”, the value “June” appears in the
combo box after some Excel actions. The value in the property list, and the
value in Visual Basic for Applications, is “May”.
You cannot use a keyboard shortcut to select RefEdit
ranges.
If a DDE channel is open and you open the Open dialog box (on the File menu, click Open) or the Save As dialog box (on the File menu, click Save As), an error is returned to the client when a DDE request is sent
and the DDE connection is closed.
Any file that contains a PivotTable will get larger
each time it is saved and closed, even if there are no changes to the data in
the file. This occurs whether you save the pivot data with the file or not, and
also whether or not the data is external to the Excel file.
When you open an Excel workbook that contains an
AutoOpen macro, if you click No to not enable macros, Excel quits unexpectedly and there is a
“-2147417848″ error.
If you click Convert to values when you open a recovered file, Excel may quit unexpectedly.
When you open a Microsoft Excel Web query file (.iqy)
that contains a long URL, Excel may quit unexpectedly.
If you use msoFileDialogSaveAs as an argument with the FileDialog object, Excel may quit
unexpectedly.
If you insert a Calculated Field that contains DBCS
characters by using the Insert Field button while Speech is enabled, Excel may quit unexpectedly and
may not recover the file or may not display an error message.
When you use the Input Method Editor (IME) in Japanese
Excel to input certain Japanese symbols, Excel may quit unexpectedly.
Excel may unexpectedly quit, and you may receive an
error message, when certain refresh conditions occur.
When you copy a range of cells from one workbook to
another, if the style that is used in the source workbook is not available in
the target workbook, Excel may quit and you receive an error message.
When you switch between a Chart and a Microsoft Forms
TabStrip control when you are working in cells on a worksheet, Excel may quit
unexpectedly.
This update corrects a problem from an earlier update.
In a document that contains an Excel embedded object, you may not be able to
activate the Excel object when an antivirus scanner is installed.
After you apply a bold style to ToolTip text, you may
receive an error message, and Excel may quit when pause on text to show the
ToolTip.
When you use a localized Microsoft Windows operating
system and view an Excel file in print preview, you may receive an error
message and Excel may quit.
When you create a PivotTable based on multiple
consolidation ranges, open the file in a different language version of Excel,
and then refresh the data, the contents of the PivotTable disappear.
After you delete some data on a worksheet that is used
for a chart, Excel may quit unexpectedly when you make changes to the chart.
After you use the Text Import Wizard in Excel to open a
text file, you may not be able to open an Excel file when you double-click it
in Windows Explorer or in the Recent Documents list (click Start, and then point to Recent Documents).
Recent Comments