View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Can't run macro as normal user

The macro is probably access some files that she doesn't have permission to
access. Open up the visual basic editor under the tools macro window. the
program should stop when it gets to the errror. Move the mouse over the
different variables to see what file name has the problem.

"Henrik Christiansen" wrote:

Hi all

I have this odd problem. One of our users can't run a macro in a Excel XP
spreadsheet. She's getting an Run-time error '1004' Application-defined or
object-defined error. When I log on with my administrative account on the
same Pc the macro runs fine.

What could be the cause of that?

Kind Regards
Henrik