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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top