How to open an Excel worksheet in the webBrowser control

G

Gary

How can I open a specific Excel worksheet in the
webBrowser control in vb.net?
This is what I use to open the spreadsheet, however I
would like to open a specific worksheet.

Dim x As frmExcelDisplay = New frmExcelDisplay
x.Show()
x.AxExcel.Navigate("C:MySpreadsheet.xls")

Thanks
Gary
 
Top