'checked out global' vba editor in macro

S

Shahil

Hi,
when we override project_open in 'checked out global' in vba editor -
to apply some roll up logic on task level fields (we want this to happen when
all projects are opened),we noticed a strange behavior in project
professional when we open enterprise global again - the 'checked out global'
in vba editor disappears and we get 'global + noncached enterprise' instead
and we are unable to edit or save change to our macro and the macro doesnt
work anymore. if we remove the project server account settings for the
administrator in project professional and re-enter them, and then open
enterprise global, the 'checked out global' and 'global + noncached
enterprise' appear. any idea what is going on??? what is 'global + noncached
enterprise'??? how do we get back our original checked out global???
 
S

Sourabh

Shahil,

Can u do one thing,try to clean the cache and restart the Project
professional.
 
G

Gary Chefetz

Shahil:

You really should post a question like this to developer group where you can
get more detailed help. I can't help but wonder whether your macro is the
problem. Are you testing for project type in your macro to prevent it from
running when you open the E-global, local global or Resource Pool?
 
Top