When you run a Microsoft Visual Basic for Applications macro, you may receive an error message similar to the following:
EXCEL caused an invalid page fault in module <unknown> at
0000:000006ff.
-or-
An application error has occurred and an application log is being
generated.
EXCEL.exe
Exception: access violation(0xc0000005), Address: 0x307de830
This problem may occur when the following conditions are true:
- The Visual Basic procedure contains a line of code that implicitly sets the value of a Range object, as in the following example:
-and-
- You have installed Oleaut32.dll version 2.30.4265.1 or later.
NOTE: Microsoft has confirmed that the following programs install Oleaut32.dll version 2.30.4265.1 or later:
- Microsoft Visual Basic version 6.0
- Microsoft Data Access Components (MDAC) version 2.0 Service Pack 2
- OLE Automation Fix for Windows 98
To correct this problem, download and install the latest update for Excel
97. The latest update includes this and all other Excel-specific updates
that have been released since the latest service release (SR) of Office.
The files included in this update will be included in any later SR or
patch. To upgrade to the latest patch or for more information about the
history of Excel 97 patches, please click the article number below to view
the article in the Microsoft Knowledge Base:
232652Â
(http://kbalertz.com/Feedback.aspx?kbNumber=232652/EN-US/
)
XL97: Overview and History of Excel Patches
NOTE: This patch is designed to update Microsoft Excel 97
Service Release 2 (SR-2).
Microsoft 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 temporarily work around this problem, use the
Value property when you set the value of a
Range object. The following example illustrates how to do this:
Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.