Top "Office-2016" questions

Upgrading to Office 2016 Reference Error: Microsoft.Office.Interop.Excel

Visual Studio 2015 is giving me an error stating that the "Namespace or type specified in the Imports 'Microsoft.Office.Interop.…

vb.net visual-studio-2015 excel-2016 office-2016
'FileDialog' type is not defined in MS Access

In Access 2016, I wish to display the File Open dialog, allowing users to select a CSV file to import. However, …

ms-access vba office-2016
Using OLEDB for uploading file with Excel 2016

my application basically accepts an excel file and uploads data to my database which used to work perfect with Excel 2010 …

c# excel oledb excel-2016 office-2016
MailItem.GetInspector.WordEditor in Office 2016 generates Application-defined or object defined error

I wrote an Excel macro to send email from a spreadsheet. It works on Office 2013, but not Office 2016. I looked …

excel vba outlook office365 office-2016
Microsoft.Office.Interop.Excel failure on initialization (Office 2016)

This is the code which i was using before the Office 2016 installation. var excelApp = new Excel.Application(); excelApp.Visible = true; …

c# excel excel-interop office-2016