Article ID: 321286 - Last Review: February 1, 2007 - Revision: 3.4 XL2002: VBA Error on Macro Startup If You Open Multiple Excel Instances with RefEdit Control
This article was previously published under Q321286 For a Microsoft Excel 2000 version of this article, see 320262
(http://support.microsoft.com/kb/320262/EN-US/
)
.
On This PageSYMPTOMS
When you open a Microsoft Excel workbook (.xls) or add-in (.xla) that uses the RefEdit control, you may receive one of the following unhandled exception error messages in Microsoft Visual Basic for Applications (VBA) on the first line of code in the project:
Error -2147467259 (&H80004005) : "Unspecified error"
Automation Error: The process cannot access the file because it is being used by another process
CAUSE
When a Microsoft Visual Basic for Applications (VBA) project that contains the RefEdit control is loaded, VBA creates a control extender for the RefEdit type library. The formation of the control extender is similar to any control that you add to a UserForm. If multiple instances of Excel are running, Fm20.dll may fail while it attempts to create this extender. This failure can result in a VBA runtime error when your code is called.
RESOLUTION A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
After the hotfix is installed, the following files will have the listed
attributes or later:
Date Time Version Size File name -------------------------------------------------------- 22-Mar-2002 16:38 2.1.9922.1 1,129,232 Fm20.dll STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONService Pack InformationThis problem was first corrected in Office XP Service Pack 3.To resolve this problem, obtain the latest service pack for Microsoft Office XP. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:307841
(http://support.microsoft.com/kb/307841/
)
How to obtain the latest Office XP Service Pack
Because the error occurs before the macro code is run, Excel starts the Visual Basic for Applications (VBA) Integrated Development Environment (IDE) and stops at the function entry point. This is similar to the behavior that occurs if VBA detects a compile error.Steps to Reproduce the Behavior
For additional information about control extenders in VBA, click the article number below to view the article in the Microsoft Knowledge Base: 290537
(http://support.microsoft.com/kb/290537/EN-US/
)
OFFXP: EXD Files Are Created When You Insert Controls
| Article Translations
|
Back to the top
