Saving a VBA project associate with New msg window

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
You'll need an Inspector wrapper class. See http://www.outlookcode.com/d/vb.htm#wrapper

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top