ExportToExcel - Excel File Crashes on Load

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
MarkXssl
Posts: 10
Joined: Fri Aug 15 2003
Location: UK

ExportToExcel - Excel File Crashes on Load

Post by MarkXssl »

Hi,

I wonder if someone can help me ?

I'm currently evaluating the Developer Demo of the Document Converter Suite v2.10d.

When I use ExportToExcel, the Excel file is created, but crashes Excel when it tries to Load. I have tried it on Excel XP, 2000 and 97, but it crashes on all of these.

I was expecting that the Excel format would be covered by FileNameOptions, like all of the other Formats.

The Code I am using is :-
Set doc = CreateObject("CDIntfEx.Document")
doc.SetLicenseKey "Suite Evaluation Developer", "...."
doc.OpenEx "C:\Test.PDF", ""
doc.ExportToEXCEL "C:\Test.XLS", 0
Set doc = Nothing

Kind Regards,

Mark Laybourne
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hi,

Please verify the version of the PDF Converter you currently have installed. If is not version 2.10e please download an updated version from the link below. You can use the same "activation" and "license to" codes that you are currently using.
http://www.amyuni.com/downloads/PDF_CONV_210.zip

If after this update you are still encountering an issue please contact support@amyuni.com directly and we'll be able to assist you further.

Thanks
MarkXssl
Posts: 10
Joined: Fri Aug 15 2003
Location: UK

Post by MarkXssl »

Jose,

Thanks very much for your swift response.

Thats done the trick.

Regards,

Mark Laybourne
Post Reply