runtime problem using copy from recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This app in access 2003, mde, uses copy from recordset to print pre-formatted
reports in excel. In full Access it works fine, using the runtime switch to
start the app, the reports run fine. However when the mde is used on a
company computer with Access 2003 runtime installed the following 2 error
messages appear:
-- the class does not support automation or does not support the expected
interface
-- permission denied

Can anyone shed any light on what is happening here?

Thanks
 
If you use Excel automation from Access, the machine with Access runtime
still need Excel software installed.
 
Back
Top