First, using VB, how can I check programmatically if Microsoft.Office.Interop.Excel is available in the Excel Object Library ? Then, if not, is there a way to add it to the reference programmatically ?
The code would be for a VB executable to access values in a spreadsheet, and calling some of the spreadsheet functions as well, if possible.