exporting report containing image from Access to Excel gets Subscript Out of Range

K

KR

I have a number of reports in a MS Access application that have a logo
picture embedded in the report. When I run the report and choose File,
then Export to Excel, I get an error indicating "Subscript Out of
Range". If I remove the picture from the report, it works fine.

I have tried writing code to set the picture field's "Visible" property
to false when an export is attempted, but I still get the error.

Any ideas on how to get around this error without removing the embedded
picture?

Thanks,
KR
 
Top