m,
Maybe this will help with the second problem...
http://support.microsoft.com/?kbid=317109
"When you automate a Microsoft Office application from
Microsoft Visual Basic .NET or Microsoft Visual C# .NET,
the Office application does not quit when you call the Quit method"
Regards,
Jim Cone
San Francisco, USA
"m.ahrens" wrote in message
...
Hi All
Is it possible to get the result of the Yes, No, Cancel Dialog that apers
when i close an excel. It is asking if i would like to save the excel
workbook.
I need an event that apears if someone clicks No, or Cancel. Is there a way
to get an event for these two actions? or something else i should do to know
if somebody clicked no or cancel?
my problem is, that i need to execute code after the
workbookbeforeSave-Event. In the taskbar the Excel.exe process is not
closing...if someone knows how i could solve that problem i would be very
happy. then the first problem wouldn't be a problem anymore and i do not have
to kill the Excel.exe process by myself...
using c#, vs .net, vb.net is also understood
thanks for your help
m. ahrens