Open an Excel worksheet from vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way of selecting a specific worksheet in Excel and open it in the webbrowser control in vb.net

thank
Gary
 
¤ Is there a way of selecting a specific worksheet in Excel and open it in the webbrowser control in vb.net?

You should be able to use the Document object of the control for automation:

HOWTO: Use the WebBrowser Control to Open an Office Document in Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;EN-US;304643


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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

Back
Top