View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Thomas Espenhain Thomas Espenhain is offline
external usenet poster
 
Posts: 2
Default permission denied while drying to create a excel instance

hi ...

today I had a very strange thing with a vba macro started from ms access.

the following lines are relevant:

...

DIM app As Excel.Application

....

Set app = New Excel.Application


at the last line I get an permission error. know someone where I can
configure such a permission? how can I reject it or solve the problem?

thanks a lot

Thomas