Is it possible to open excel interop in C# with impersonation. I want to open excel application to run under different account other than the one which C# program runs in. By default, it opens under same user account that runs C# program.Is it possible to open excel interop in C# with