B
Brent
Ok this is driving me nuts.. I add a com reference to the excel 11.0
library
and throw this in
Dim oXL As Excel.Application
Dim oWB As Excel.Workbook
Dim oSheet As Excel.Worksheet
Dim oRng As Excel.Range
From the microsoft example for automating with excel. It somehow refuses to
recognize that I did a reference. This has been happening ever since i had
to reload. I've done excel stuff before, no problems..
It underlines excel.application, excel.workbook, etc etc all as undefined. I
know how to add a com reference, its there.. I have no idea whats going on
help!
library
and throw this in
Dim oXL As Excel.Application
Dim oWB As Excel.Workbook
Dim oSheet As Excel.Worksheet
Dim oRng As Excel.Range
From the microsoft example for automating with excel. It somehow refuses to
recognize that I did a reference. This has been happening ever since i had
to reload. I've done excel stuff before, no problems..
It underlines excel.application, excel.workbook, etc etc all as undefined. I
know how to add a com reference, its there.. I have no idea whats going on
help!