Macro to Test Whether Windows Application Is LoadedID: Q59296
|
The following command macro tests to see if a Windows application is
currently loaded without activating the application.
The macro code is as follows, starting in cell A1 of the macro sheet:
A1: IsAppLoaded
A2: =REGISTER("KERNEL","GetModuleHandle","IC")
A3: =CALL(A2,B1)
A4: =RETURN()
Additional query words: 2.0 2.00 2.01 2.1 2.10 3.0 4.0 5.0 check running
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 16, 1999