Using Excel97, I need to verify another application is running before attempting a DDE link to it. I want to avoid the Windows dialog prompting the user to start the app when the DDEInitiate fails.
I imagine App.PrevInstance will work, but can’tfind an implementation example.
Examples, or better ideas, are greatly appreciated.
Ray