Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default check for running app

COM is another, older, term for Automation, which is probably MS's
preferred terminology these days. It's a technology supported by Visual
Basic and the Microsoft Office applications that enables one application to
work with another application's objects. So an Excel app can
create/read/write a Word document. The most common example you might see
here is Excel sending mail via Outlook using COM/Automation .

It was around with 97, and is still with us in 2003. It is an MS technology,
but there are other vendors that support COM/Automation as well, as it
allows them to use the MS apps and not have to write that function
themselves.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"L3Tech" wrote in message
...
Thanks
I got it to work.
For my info, what is COM?
I am using excel 97. Is this something new?

Bob Phillips wrote:

If it is not COM (let's assume it is not) then test as I showed, and if

not
there then Shell it. Here is an example using the Calculator program

On Error Resume Next
AppActivate "Calculator"
If Err.Number < 0 Then
Shell "C:\Windows\system32\calc.exe"
End If

You will know the path and app name for Shell, you can check the app by
starting it and see what is in Task Manager.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Check register running balance to another worksheet Marysam67 Excel Worksheet Functions 1 April 15th 09 04:35 AM
Check if Conditional Format is True or False / Check cell Color Kevin McCartney Excel Worksheet Functions 5 June 29th 07 11:12 AM
Clearing Check Boxes & Running a diff Macro when unchecking the ch Vick Excel Discussion (Misc queries) 6 May 30th 07 08:44 PM
how : check register running balance is a stationary cell Michele Excel Discussion (Misc queries) 9 January 19th 05 05:25 PM
Check for Excel version before running? Ed[_9_] Excel Programming 2 December 18th 03 01:56 PM


All times are GMT +1. The time now is 05:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"