In older versions of Visual Studio, writing VB code to access Microsoft Excel files required the namespace Microsoft.Office.Interop.Excel
. However, I can't find this namespace in the new version (15.8.7) of Visual Studio.
What code do I need to access Excel?
Thanks in advance.