Microsoft KB Archive/264712

From BetaArchive Wiki
Knowledge Base


XL2000: Access Violation Error Running VBA Code with UserForm, SaveCopyAs and Save Functions

Article ID: 264712

Article Last Modified on 1/9/2007



APPLIES TO

  • Microsoft Excel 2000 Standard Edition



This article was previously published under Q264712

SYMPTOMS

In Microsoft Excel 2000, when you run Visual Basic for Applications code that includes a UserForm object and the SaveCopyAs and Save functions, you may receive the following access violation:

Microsoft Excel xxxx.xls: Excel.exe - Application Error

The instruction at "0xXXXXXXXX" referenced memory at "0xXXXXXXXX".
The Memory could not be "read".

Click OK to terminate the application.
Click CANCEL to debug the application.


Note: This problem does not occur in Microsoft Excel 97.

CAUSE

This error message appears when a UserForm is loaded and the Save method of the workbook is run after the SaveCopyAs method. The SaveCopyAs method sets an invalid value to the "storage" object of a UserForm. Because of this, the Save method cannot re-use the "storage" object of a UserForm. This behavior results in the access violation.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft Office 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

276367 OFF2000: How to Obtain the Latest Office 2000 Service Pack




STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft Office 2000 Service Pack 2.


Additional query words: BA User Form SaveCopyAs Save vbe6.dll

Keywords: kbbug kbdtacode kbfix kboffice2000presp2fix kboffice2000sp2fix kbqfe KB264712