I have a VB program which imports data from an excel sheet. At differnt times and on different forms in the program, different excel sheets are being opened and closed. I new a way to check if an Excel Application is running.
ex: If(Application."Running/Open/something"=True)Then
I know that isn't correct but that is what I need to happen.
Thanks for any suggestions.
ex: If(Application."Running/Open/something"=True)Then
I know that isn't correct but that is what I need to happen.
Thanks for any suggestions.