-1

How to add reference to project that after use:

using ExcelObj = Microsoft.Office.Interop.Excel;

I tried to find this in library list everywhere, but have not found.

enter image description here

Dev
  • 1,013
  • 7
  • 15
  • 37
  • 1
    Possible duplicate of [How to reference Microsoft.Office.Interop.Excel dll?](http://stackoverflow.com/questions/15285880/how-to-reference-microsoft-office-interop-excel-dll) – Mntfr Nov 02 '16 at 19:25
  • I use 2015 VS, aand tried these solutions – Dev Nov 02 '16 at 19:27
  • Did you install the [Microsoft Office Developer Tools](https://www.visualstudio.com/vs/office-tools/)? – haindl Nov 02 '16 at 20:05

1 Answers1

1

As it is not a .Net assembly it should be in the COM->Type Libraries->Microsoft Excel ## Object Library

Joe Shaw
  • 46
  • 1