The information in this article applies to:
SYMPTOMSWhen you run a Visual Basic for Applications macro in Microsoft Excel 97, you may receive the following error message:
CAUSE
This problem may occur when all of the following conditions are true:
MORE INFORMATION
DLLs in Microsoft Windows support two main calling conventions:
_cdecl and _stdcall. Most 32-bit DLLs that are included with Microsoft
Windows 95 and Microsoft Windows NT support the _stdcall calling
convention; the _cdecl calling convention is generally used by older DLLs.
and then attempts to call the memcpy& function, you will receive the error
message described in this article. This behavior occurs because macros in
Microsoft Excel 97 cannot call functions that use the _cdecl calling
convention.
NOTE: In earlier versions of Microsoft Excel, you can make calls to functions that use the _cdecl calling convention. Additional query words: XL97
Keywords : kberrmsg kbdta KbVBA xlvbmigrate |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |