Link : How to Integrate Excel in a Windows Form Application using the WebBrowser Download demo project - 28.4 Kb Introduction With Automation, you are able to drive any Office application from your .NET application. This is really powerful. It may happen that one time, you would like to integrate such an application (Excel, for example) in your own application, and handle it like a control. A fi..