blah blah blah is here! blah blah » Close

0
votes
1 answers

Getting a error when Opening excel sheet on C#

Hi..... I am using MS office 2003 and Visual studio 2008 .I have added a reference to Microsoft.Office.Interop.Excel 11.0 library . Added the following code: private void button1_Click(object sender, EventArgs e) { ...

Feedback