B
Barb Reinhardt
I'm using this code out of Outlook
Dim XLApp as Excel.Application
Set XLApp = CreateObject("Excel.Application")
And it's worked before, but today I'm getting the following error:
Compile Error
Object library feature not supported
I have chosen the Microsoft Excel 12.0 Object Library in the References
within the VBE. Does anyone have any idea why this might not work.
Thanks,
Barb Reinhardt
Dim XLApp as Excel.Application
Set XLApp = CreateObject("Excel.Application")
And it's worked before, but today I'm getting the following error:
Compile Error
Object library feature not supported
I have chosen the Microsoft Excel 12.0 Object Library in the References
within the VBE. Does anyone have any idea why this might not work.
Thanks,
Barb Reinhardt