Consulting

Results 1 to 2 of 2

Thread: Deploying VBA on the domain

  1. #1

    Deploying VBA on the domain

    Hello,

    I have a code that I need to deploy on all the computers on the network. Can a VBScript be written for this?

    Also, I need to set the macro settings to ENABLED for all the computers?

    How this can be achieved?

  2. #2
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    Quote Originally Posted by ahassan99
    Hello,

    I have a code that I need to deploy on all the computers on the network. Can a VBScript be written for this?
    If this is for Outlook, please see http://msdn.microsoft.com/en-us/libr...ffice.12).aspx

    The Outlook VBA environment is really intended for personal productivity macros. It isn't like Excel where you can create addins and distribute self-contained code packages to multiple users. At best, Outlook VBA is cut and pasted into individual projects, one project at a time. The best way to distribute Outlook code (other than code snippets) is through addins.

    Quote Originally Posted by ahassan99
    I need to set the macro settings to ENABLED for all the computers
    Not programmatically. This is something each user has to do on their own.
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •