Does anyone a good coding technique of discovering background running Excel apps, those ones that are invisble and can be seen in the task manager?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Discovering background EXCEL running (Excel 2000)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Discovering background EXCEL running (Excel 2000)
- This topic has 6 replies, 4 voices, and was last updated 21 years, 4 months ago.
AuthorTopicWSJim Bassett
AskWoody LoungerFebruary 4, 2004 at 7:31 pm #400199Viewing 5 reply threadsAuthorReplies-
WSunkamunka
AskWoody LoungerFebruary 4, 2004 at 8:02 pm #778973Thanks to Kevin, I came across Microsoft Knowledge Base Article 187913 some time ago. While, I have used it for a 3rd party app, it should be adaptable for Excel also. HTH
-
WSunkamunka
AskWoody LoungerFebruary 4, 2004 at 8:02 pm #778974Thanks to Kevin, I came across Microsoft Knowledge Base Article 187913 some time ago. While, I have used it for a 3rd party app, it should be adaptable for Excel also. HTH
-
WSBrooke
AskWoody LoungerFebruary 6, 2004 at 3:59 pm #779884Not a coding method for vba as such, but if Unkamunka’s solution doesn’t work for you, this came up somewhere else very recently (VB/VBA forum?) Paste the following code into notepad and save it as “check_Excel.vbs” to your desktop. double clicking will run the file – as long as vbs scripting is enabled. the method is courtesy of Rob Bruce. Note that it will also grab visible instances.
FWIW I now have one for word, access, powerpoint and excel on my desktop.
‘################################## CODE START
‘ XLcheck.vbs
‘ Find an invisible instance of Excel
‘ from Rob Bruce (http://www.rb-ad.dircon.co.uk)Dim objXL, strMessage
On Error Resume Next
‘ Try to grab a running instance of Excel:
Set objXL = GetObject(, “Excel.Application”)‘ What have we found?
If Not TypeName(objXL) = “Empty” Then
strMessage = “Excel Running.”
Else
strMessage = “Excel Not Running.”
End If‘ Feedback to user…
MsgBox strMessage, vbInformation, “Excel Status”‘ Make it show so we can kill it
if strMessage = “Excel Running.” then objXL.Visible = true‘ End of VBS code
‘########################### CODE END -
WSBrooke
AskWoody LoungerFebruary 6, 2004 at 3:59 pm #779885Not a coding method for vba as such, but if Unkamunka’s solution doesn’t work for you, this came up somewhere else very recently (VB/VBA forum?) Paste the following code into notepad and save it as “check_Excel.vbs” to your desktop. double clicking will run the file – as long as vbs scripting is enabled. the method is courtesy of Rob Bruce. Note that it will also grab visible instances.
FWIW I now have one for word, access, powerpoint and excel on my desktop.
‘################################## CODE START
‘ XLcheck.vbs
‘ Find an invisible instance of Excel
‘ from Rob Bruce (http://www.rb-ad.dircon.co.uk)Dim objXL, strMessage
On Error Resume Next
‘ Try to grab a running instance of Excel:
Set objXL = GetObject(, “Excel.Application”)‘ What have we found?
If Not TypeName(objXL) = “Empty” Then
strMessage = “Excel Running.”
Else
strMessage = “Excel Not Running.”
End If‘ Feedback to user…
MsgBox strMessage, vbInformation, “Excel Status”‘ Make it show so we can kill it
if strMessage = “Excel Running.” then objXL.Visible = true‘ End of VBS code
‘########################### CODE END -
WSpieterse
AskWoody LoungerFebruary 6, 2004 at 6:04 pm #779974From this site:
I copied this code:
Option Explicit '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Copyright
-
WSpieterse
AskWoody LoungerFebruary 6, 2004 at 6:04 pm #779975From this site:
I copied this code:
Option Explicit '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Copyright
Viewing 5 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
End of support for Windows 10
by
Old enough to know better
31 minutes ago -
What goes on inside an LLM
by
Michael Covington
1 hour, 3 minutes ago -
The risk of remote access
by
Susan Bradley
1 hour, 20 minutes ago -
The cruelest month for many Office users
by
Peter Deegan
3 minutes ago -
Tracking protection and trade-offs in Edge
by
Mary Branscombe
45 minutes ago -
Supreme Court grants DOGE access to confidential Social Security records
by
Alex5723
7 hours, 22 minutes ago -
EaseUS Partition Master free 19.6
by
Alex5723
8 hours, 20 minutes ago -
Microsoft : Edge is better than Chrome
by
Alex5723
20 hours, 38 minutes ago -
The EU launched DNS4EU
by
Alex5723
1 day, 9 hours ago -
Cell Phone vs. Traditional Touchtone Phone over POTS
by
280park
23 hours, 41 minutes ago -
Lost access to all my networked drives (shares) listed in My Computer
by
lwerman
1 day, 14 hours ago -
Set default size for pasted photo to word
by
Cyn
1 day, 20 hours ago -
Dedoimedo tries 24H2…
by
Cybertooth
1 day, 8 hours ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
2 days, 19 hours ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
12 hours, 33 minutes ago -
Small desktops
by
Susan Bradley
11 hours, 39 minutes ago -
Totally disable Bitlocker
by
CWBillow
1 day, 13 hours ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
2 days, 17 hours ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
3 days, 23 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
1 day, 18 hours ago -
Mystical Desktop
by
CWBillow
4 days, 3 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
3 days, 8 hours ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
19 hours, 38 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
4 days, 18 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
4 days, 21 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
4 days, 19 hours ago -
What is wrong with simple approach?
by
WSSpoke36
2 days, 17 hours ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
5 days, 6 hours ago -
Location, location, location
by
Susan Bradley
3 days, 21 hours ago -
Cannot get a task to run a restore point
by
CWBillow
5 days, 7 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.