Does TransferSpreadsheet work in runtime MDE?

M

mpfohl

I will be purchasing visual studios so i can provide a standalone MDE
to users without access installed in their computer.

I would like the user to be able to export data from the tables and
send it to me so I can modify the data, then send it back to them to
reimport it.

I figure the easiest way to do this is with the TransferSpreadsheet
method to create an excel file to export to. But will the
'transferspreasheet' vb code work on a computer using the MDE that
doesn't have excel?
 
Top