Multiple users cannot catch event handler written using Ent. Globa

M

Madni

I wrote event handler against "project save" using Enterprise Global's VBA
editor. Now successfully event is handled with any project file save
operation, as long as a particular user is logged in. For other domain users,
the event handler is not working. In spite of assigning the same rights to
the users its not working. Any help please
 
J

Jack Dahlgren

If they have macro security set to default levels, then your enterprise VBA
code will not run.
Go to tools menu, options, security tab, click the macro security button and
see what the security is set to for the different users.

-Jack Dahlgren.
 
Top