I am working on a project I have in mind. I want some of my calculations to be done in Excel as it is much easier there. The Excel will just be my computing back-end while the user will mainly interact with the Visual Basic front-end for user-friendliness.
From what I remember on my undergraduate programming class (Introductory VB for Solving Engineering Problems), I'll have to add a reference to my project in order to import Microsoft.Office.Interop.Excel in order to create instances of Excel. My problem is that I can't seem to find the library that I need (Microsoft Office). I have Office 2016 and from what I have read, Microsoft does not anymore (or have not yet) provide Primary Interop Assemblies for 2016. How do I go around this?