03-13-2006 10:56 AM
03-13-2006 12:39 PM
I'm pretty new to the ActiveX control of MS Excel but I did notice that there is a 'Ready' boolean available if you wire a property node to the refnum. Perhaps you could use that. Or else try to read the 'Name'. If you get "MS Excel" back it's open if you get an empty string and an error 97 the refnum is invalid and Excel must be closed.
There are probably more elegant ways to do this. Maybe an ActiveX guru can give us both some ideas?
03-14-2006 11:10 AM
03-14-2006 04:15 PM