
Using an Excel file without having Microsoft Excel installed
Is it possible to read from (and write to) an excel file without having
Microsoft Excel using
Visual Basic by only setting the right references?
F.ex I want to set a reference to an object by calling GetObject(file) and
afterwards use that object to manipulate the Excel data file. Is there
anyone who has tried this?