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")'.
 

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