View Single Post
  #2  
Old April 10th 07, 06:26 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default add macro button

AFAIK, toolbars can't be added to with the Office Resource Kit (commands can
be disabled though).

Your best option may be to design a custom form that runs code on open which
creates the button in the desired location using the Office Object Model.
Publish this form to your Organizational Forms Library and send it to all
users, then delete the form when all users have been updated. You may want
to publish the form as hidden so users don't inadvertently create one and
send it, but you may have to create an instance of the form with code.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"fileman" wrote:

Can I add a button in standard toolbar to all outlook 2007 client of my e2k7
organization?

With Group policy or
Exchange function or
macro or
logon script or
other ways or

in outlook adm there aren't this options

Ads