Hi,
How to correct this
Error1Expected class, delegate, enum, interface, or structC:\Proj\Form2\Form2\Class1.cs920Form2
due to the last line below?
How to correct this
Error1Expected class, delegate, enum, interface, or structC:\Proj\Form2\Form2\Class1.cs920Form2
due to the last line below?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Excel=Microsoft.Office.Interop.Excel;
namespace Form2
{
private static Excel.Workbook MyBook = null;
...Many Thanks & Best Regards, Hua Min