ACC97: RunApp Macro Action Does Not Open MS Money ProperlyLast reviewed: February 13, 1998Article ID: Q180904 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you use the RunApp macro action to open Microsoft Money version 4.0 or 5.0, the program does not open properly. The behavior varies depending on the version of Microsoft Money that you are using.
Microsoft Money 4.0The Microsoft Money splash screen appears on the screen, but you receive the following error message:
Not enough memory is available. If you have several applications open at the same time, you might need to close one of them before you start Money.This behavior occurs even if Microsoft Access is the only application open at the time that you run your macro. When you click OK in the error dialog box, Microsoft Money quits.
Microsoft Money 5.0The Microsoft Money splash screen appears on the screen and you are prompted for a password if you have one, but the Microsoft Money program window does not open, and the program button does not appear on the taskbar. However, if you try to open Microsoft Money, you receive the following message:
Microsoft Money is already running.If you are using Microsoft Windows NT and you start the Windows Task Manager, you see "msmoney" listed as a running process.
WORKAROUNDIf you are using Microsoft Money 4.0 or 5.0, you can use the Shell() function in a Visual Basic for Applications procedure in place of the RunApp macro action to open Microsoft Money. To do so, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
Microsoft Access can't invoke the application using the RunApp action. The path to the application is invalid, or a component of the application is missing. Check the path in Windows Explorer or File Manager.However, if you try to use the Shell statement described in the Workaround section, you receive the following error message:
Run-time error '53': File not found REFERENCESFor more information about the Shell function, click the Index tab in Microsoft Access 97 Help, type the following text:
Shell Functionand then double-click the selected text to go to the "Shell Function" topic.
|
Additional query words: won't will not start
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |