Error about ExcelApp.Workbooks.Add

  • Thread starter Thread starter Sharad
  • Start date Start date
S

Sharad

What is the exception. Most probably it should be some
thing like excel application not initialized. You need to
create and instance of Excel explicitly by either using
new keyword or createobject. Atleast that is only way it
will work for VB or VB.NET
 
Back
Top