The information in this article applies to:
SYMPTOMS
When you run a Microsoft Visual Basic for Applications macro, you may receive an error message similar to the following:
-or-
CAUSEThis problem may occur when the following conditions are true:
RESOLUTION
Microsoft has released a patch for Microsoft Excel that fixes this problem. See the "More Information" section later in this article for instructions on how to download and install this patch. Q232652 XL97: Overview and History of Excel Patches WORKAROUNDMicrosoft 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 Solution Provider
or the Microsoft fee-based consulting line at (800) 936-5200. For more information about
Microsoft Certified Solution Providers, please see the following page on the World Wide Web:
http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.asp To work around this problem temporarily, use the Value property when you set the value of a Range object. The following example illustrates how to do this:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONHow Do I Download the Excel 97 Range Object Patch?The following file is available for download from the Microsoft Download Center. Click the file name below to download the file:Xl8p5.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. Updating Excel on your Hard DiskIf Excel is installed on your hard disk, follow these steps to install the update:
Updating a Network Installation of Excel
Running the patch in Silent ModeYou can run the patch in silent mode by using the /s switch when you run Xl8p5.exe. Note that you must run Xl8p5.exe from the command prompt (on the Start menu, click Run) to use these switches.For example, the following runs the patch in silent mode: path\xl8p5.exe /s"where path is the location of xl8p5.exe. How Can I Determine Whether the Patch Has Been Successfully Installed?When you run this patch, it creates a log file named Xl8p5.log in the same folder that contains Excel.exe. You can open this log file to determine whether you have successfully installed the patch. If installation is successful, the status message in the log file is similar to the following:
In addition, you can determine whether you have successfully installed
the patch by following these steps:
Additional query words: XL97 GPF IPF crash
Keywords : kbdta kbdtacode xlvbainfo xlgpf |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |