Can't reference to range in excel project 2003
I can't refence to range in VS 2003 C# office excel project
This code is not work
wsSheet1 = (Excel.Worksheet) ThisApplication.ActiveWorkbook.Sheets["Sheet1"];
Excel.Range myrange = (Excel.Range)wsSheet1.get_Range("A1",Type.Missing) ;
please show me example code
Thank you very much
|