Hi Everyone,
I am using a WebBrowser control inside a Windows form to provide
browser functionality to my application. Here is my
question: when I open up an Excel spreadsheet from my WebBrowser
control, how can I make sure that at least one of the dockable excel
toolbars appears so that I may get to the context menu which allows me
to show other excel toolbars In other words, when I open up an
XLS file with my WebBrowser, I would like to do the equivalent of View | Toolbars | Standard
(or any other toolbar) in Excel. Is there a way to
programmatically call the Excel objects from my Windows form to show a
given Excel toolbar
I would appreciate any help on this matter! =)
Thanks!

Using WebBrowser and Excel in a Windows Form