Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to use a macro to export an impromptu v6 report as an excel file. I can get the code to work for exporting as a PDF format but not as excel.
Here is the code I am using.
DestPDFName = "d:\test\test.xls"
objImpRep.ExportExcel DestPDFName
It reports
test2!SendMe(54) - R91 "Object value is set to Nothing"
Any help please
Paul
Here is the code I am using.
DestPDFName = "d:\test\test.xls"
objImpRep.ExportExcel DestPDFName
It reports
test2!SendMe(54) - R91 "Object value is set to Nothing"
Any help please
Paul