Hi, wanting to read/write to Excel worksheet from VB6.
https://www.vbforums.com/showthread....-an-Excel-file
I have added a reference to Microsoft Office 14.0 Object Library
but the command
gives error User-defined type not defined.
I cannot find any reference listed for an Excel Object Library which is also suggested to use.
https://www.vbforums.com/showthread....-an-Excel-file
I have added a reference to Microsoft Office 14.0 Object Library
but the command
Code:
Dim objExcel As Excel.Application
I cannot find any reference listed for an Excel Object Library which is also suggested to use.