B
Brent Rogers
Hello
I have written an C# Excel add on displays a dialog, and if the user clicks
a particular button will start up a 2nd thread. This thread only runs for a
few seconds. However once I run the 2nd thread and exit the worksehet,
Excel itself stays around.
Is there anything special I need to do to:
1] The .NET/COM Component?
2] The Module that the Thread calls/runs?
3] The function that the Excel Macro calls to display the dialog?
4] The Thread object?
5] The Excel Macro itself?
6] other/
I have written an C# Excel add on displays a dialog, and if the user clicks
a particular button will start up a 2nd thread. This thread only runs for a
few seconds. However once I run the 2nd thread and exit the worksehet,
Excel itself stays around.
Is there anything special I need to do to:
1] The .NET/COM Component?
2] The Module that the Thread calls/runs?
3] The function that the Excel Macro calls to display the dialog?
4] The Thread object?
5] The Excel Macro itself?
6] other/