Results 1 to 3 of 3

Thread: How to make an Excel Macro globally available?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,800
    Location
    Creating an addin will work. I'm not sure what you mean by "importing it into several users' Excel Applications"?
    Be as you wish to seem

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,954
    Location
    Of course you can use a DLL and put it into their c:\Windows\System32. It might need to be registered though. You could use .net and make an EXE and put it in a central location. You could use a regular XLSM and they can use Application.Run() to run it.

    The Add-in method will probably work though.

Posting Permissions

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