View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GARY GARY is offline
external usenet poster
 
Posts: 16
Default How to open an Excel worksheet in the webBrowser control

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