Dugantrain
I Love Pants
- Local time
- Today, 17:38
- Joined
- Mar 28, 2002
- Messages
- 221
Hi all,
I'm just looking to see if anyone has ever reached a definitive conclusion on dealing with Excel Automation and the age-old problem of the Excel Application hanging around in the background with the user having to eventually do a Ctl-Alt-Del or, worse, having to restart the computer in order to finally kill Excel. I've done much reading on it and have tried every suggestion, using Late Binding, using Early Binding, not using With Statements, setting UserControl=True, etc. etc., but nothing seems to work. Actually, that's not true; the problem seems to be intermittent, which makes it all the more frustrating. Either way, it's made me try to steer clear of Automation whenever possible, so if anyone has come up with the answer to what's going on, that would be much appreciated.
I'm just looking to see if anyone has ever reached a definitive conclusion on dealing with Excel Automation and the age-old problem of the Excel Application hanging around in the background with the user having to eventually do a Ctl-Alt-Del or, worse, having to restart the computer in order to finally kill Excel. I've done much reading on it and have tried every suggestion, using Late Binding, using Early Binding, not using With Statements, setting UserControl=True, etc. etc., but nothing seems to work. Actually, that's not true; the problem seems to be intermittent, which makes it all the more frustrating. Either way, it's made me try to steer clear of Automation whenever possible, so if anyone has come up with the answer to what's going on, that would be much appreciated.