Run-time error 3033

  • Thread starter Thread starter Secret Squirrel
  • Start date Start date
S

Secret Squirrel

I have a macro that creates an excel spreadsheet based on a query. But for
some reason when my users try to run it they are getting this message:

Run-Time error 3033

You do not have the necessary permissions to use the "OutputToExcel" object.
Have your system administrator or the person who created this object
establish the appropriate permissions for you.

I'm using ULS and my users all have permission to run that macro. What gives?
 
Is it possible that those users don't have the necessary permission on the
folder where you're trying to create the workbook?
 
makes sense. thanks!

Douglas J. Steele said:
Is it possible that those users don't have the necessary permission on the
folder where you're trying to create the workbook?
 
Back
Top