B
Brad Wylie
I seem to having a problem getting the VB code to recognize the statements
that declare the automation object type and creating an instance of it after
I have added the refernce to it from the object browser. Is there a sample
program available or some code that will illustrate what is wrong with this
code for Excel 2007?
Dim xlApp As Microsoft.Office.Interop.Excel.Application
xlApp = CType(CreateObject("Excel.Application"),
Microsoft.Office.Interop.Excel.Application)
that declare the automation object type and creating an instance of it after
I have added the refernce to it from the object browser. Is there a sample
program available or some code that will illustrate what is wrong with this
code for Excel 2007?
Dim xlApp As Microsoft.Office.Interop.Excel.Application
xlApp = CType(CreateObject("Excel.Application"),
Microsoft.Office.Interop.Excel.Application)