Opening An Excel File

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

Hello, I was wondering how I bing up an instance of Excel an open a
specified excel spreadsheet from within a VB.Net application?

Thanks in advance for your assistance!!!!!!!
 
* Jim Heavey said:
Hello, I was wondering how I bing up an instance of Excel an open a
specified excel spreadsheet from within a VB.Net application?

If Excel is associated with the Excel file type, you can use
'System.Diagnostics.Process.Start("C:\foo.xls")'.
 
Back
Top