Ive read some posts in this forum to open Excel from C# and most of them have this :
using Microsoft.Office.Interop.Excel;
i only have "Microsoft.Office" or "Microsoft.Office.Core", is this caused from the different version of the com references?
using Microsoft.Office.Interop.Excel;
i only have "Microsoft.Office" or "Microsoft.Office.Core", is this caused from the different version of the com references?