G
Guest
Is there a way to retain the VBA projects for use in all subseqence sessions?
What I am trying to do is have the code in a VBA project apply to any and
all new outlook message forms/window.
What's happening, is when a new message window is opened, there is VBA
project with code associated that disables certain parts of the outlook
window/session toolbars and user options.
If the user opens a second new message form with a new form already open,
the VBA code is not being applied to the new (second) message window form.
Also, after any new message window is closed, the VBA project code does not
run and configure any subsequent new message windows form with any of the
restrictions.
What I am trying to do is have the code in a VBA project apply to any and
all new outlook message forms/window.
What's happening, is when a new message window is opened, there is VBA
project with code associated that disables certain parts of the outlook
window/session toolbars and user options.
If the user opens a second new message form with a new form already open,
the VBA code is not being applied to the new (second) message window form.
Also, after any new message window is closed, the VBA project code does not
run and configure any subsequent new message windows form with any of the
restrictions.