Hi
In order to save data into excel file in my application, I need to define
but I got error message: "Type Excel.Applicati on" is not defined. What component I might miss? Thanks
In order to save data into excel file in my application, I need to define
Code:
Dim excelApp As New Excel.Application
Comment