Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'd like to have some VBA code in excel that will close a running app if it's open. Now I've found some code that closes all apps of a type (ie kills all instances of msaccess.exe), but I want to close just certain access db's, not all of them. I've tried: killstring = "taskkll /f /fi windowtitle eq filename : database (Access 2000 file format) - Microsoft Access" Call Shell(killstring, vbhide) But this doesn't seem to work. Are there any other solutions? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.Quit Does not Close the Application | Excel Programming | |||
Application.Close | Excel Programming | |||
Before Close Event Hide all Worksheets then Close Application | Excel Programming | |||
difference application.quit & application.close | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming |