Consulting

Results 1 to 3 of 3

Thread: Automatically installing VBA Code

  1. #1

    Automatically installing VBA Code

    Hi all,

    We have set up the staff in my office with a shared primary account, and a personal secondary account. This obviously creates some problems in how Outlook handles some of its core functions. For this i have written a few VBA routines to mitigate these issues which seem to all be working well.

    To put these on people's machines currently i have to open their visual basic editor and then import each of the class files in manually. This is obviously not ideal, especially if i were to move on, as it is cumbersome and prone to mistakes.

    Is there some way i can write an installer that when run will copy all the code into the relevant directories of the user's machine? If so, if anyone could give some direction on this, what to code it in, and where the directory structure is, i would very much appreciate it.

    Thanks again,

    L

  2. #2
    VBAX Mentor tpoynton's Avatar
    Joined
    Feb 2005
    Location
    Clinton, MA
    Posts
    399
    Location
    a discussion of this can be found at http://www.outlookcode.com/article.aspx?id=28 . hope it helps!

  3. #3
    That's exactly what i needed, thank you very much

Posting Permissions

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