PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
distribute outlook toolbar button + macro?
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
distribute outlook toolbar button + macro?
![]() |
distribute outlook toolbar button + macro? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

