MTSkull
Well-known member
I am trying to create an application to read data from an Excel file.
I have added a COM reference to excel using the reference add utility.
I though this command would expose the excel commands to intellisense but that is not the case. Does doing the above make the excel stuff work even though it does not come up in Intellisense or am I missing a step?
MT
I have added a COM reference to excel using the reference add utility.
C#:
using Microsoft.Office.Interop.Excel;
MT