TransferSpreadsheet from Access Runtime

H

hstijnen

Hi,
I've developed an application in which I export data to Excel with some code
like:

DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, qry1, xls1

and it works perfectly. Now I have a user who has only the Access Runtime and
it appears that the TransferSpreadsheet isn't executed. Is that correct? What
can I do to make it working in the Runtime Version?

Thanks for help,

Henk
 
Top