PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming distribute outlook toolbar button + macro?

Reply

distribute outlook toolbar button + macro?

 
Thread Tools Rate Thread
Old 17-02-2004, 04:09 AM   #1
Al Blake
Guest
 
Posts: n/a
Default distribute outlook toolbar button + macro?


What is the quickets/simplest/least painful way to distribute out a simple
additional button that calls a macro to 200+ users running Outlook 2003?

Environment:
a) Macro is small piece of code that class custom form that all users can
run.
b) Button calls macro so users dont have to serach for form in form library.
c) Macro is signed
d) We are running AD in native mode and make extensive use of GPOs.

Is there anyway to send out the button/macro combination so it appears on
every users Outlook menu bar through a GPO? Is there anyway to autmatically
add the signature of the code signer to the trusted macro sources in OL2003
via a GPO? I know we can add trusted root certs via a GPO but I dont know
whether there is any way to do it for VBA?

Any suggestions to minimise the user impact?

Al Blake, Canberra, Australia


  Reply With Quote
Old 17-02-2004, 12:00 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: distribute outlook toolbar button + macro?

No, you can't do any of that with GPO. The right way to distribute such
functionality is with a COM addin, which you should be able to install with
a GPO.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Al Blake" <al@blakes.net> wrote in message
news:%23Yn$4vQ9DHA.1052@TK2MSFTNGP12.phx.gbl...
> What is the quickets/simplest/least painful way to distribute out a simple
> additional button that calls a macro to 200+ users running Outlook 2003?
>
> Environment:
> a) Macro is small piece of code that class custom form that all users can
> run.
> b) Button calls macro so users dont have to serach for form in form

library.
> c) Macro is signed
> d) We are running AD in native mode and make extensive use of GPOs.
>
> Is there anyway to send out the button/macro combination so it appears on
> every users Outlook menu bar through a GPO? Is there anyway to

autmatically
> add the signature of the code signer to the trusted macro sources in

OL2003
> via a GPO? I know we can add trusted root certs via a GPO but I dont know
> whether there is any way to do it for VBA?
>
> Any suggestions to minimise the user impact?
>
> Al Blake, Canberra, Australia
>
>




  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off