L
L3Tech
In vba, I need to check to see if a program is running on the computer.
If it is not, I need to start the program. The program is not a MS program.
What happens is this. When I start my computer, it automatically starts
a program called link.exe
I have another program that hides the icon for link.exe so it doesn't
get shutdown by anyone, but sometimes it does get shutdown by the user
if they go to the task manager. I have a scheduler that runs my excel
macro once a day and it needs to have link.exe running already or it
fails. I want to check to see whether it is running already from my vba
code and if not, then start it so the macro will run error free.
Any help in doing this?
If it is not, I need to start the program. The program is not a MS program.
What happens is this. When I start my computer, it automatically starts
a program called link.exe
I have another program that hides the icon for link.exe so it doesn't
get shutdown by anyone, but sometimes it does get shutdown by the user
if they go to the task manager. I have a scheduler that runs my excel
macro once a day and it needs to have link.exe running already or it
fails. I want to check to see whether it is running already from my vba
code and if not, then start it so the macro will run error free.
Any help in doing this?