Starting excel and running it on the same process

C

C#_Programmer

I would like to start excel from a C# application, however my excel
(VSTO) addin will be accessing the same singleton class. Is there a way to
start excel so it will be running on the same process as the C# app, so I can
avoid cross threading issues? The C# application will not be used during the
excel app. But now I am using Process.WaitForExit ()... I would like to
find another way to start excel.. Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top