Results 1 to 4 of 4

Thread: Automatic VBA Add-in In Excel

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2008
    Posts
    3

    Lightbulb Automatic VBA Add-in In Excel

    Hi, there

    I have created my VBA add-in.

    When i want use it, I go Tools\Add-Ins\
    and in Add-Ins dialog , I check my add-In.

    And next every time I open Excel,
    I don't need to do above steps to use my add-in.

    So if I want to use my own add-in,
    I imports it manually for the very first time.

    How can I use my add-in without importing it manually.
    Is there any way?

    Thanks you,

    kkzin

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Automatic VBA Add-in In Excel

    Put it in the Excel addins folder for the particular user? In Application Data, I believe...
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3
    Fanatic Member dmaruca's Avatar
    Join Date
    May 2006
    Location
    Jacksonville, FL
    Posts
    577

    Re: Automatic VBA Add-in In Excel

    From the help file:


    Global templates and add-ins
    Checked items are currently loaded Lists available templates.

    Add Click to open the Add Template dialog box. Use this dialog box to load a template. To automatically load a template or add-in when you start Word, place the template or add-in in the Microsoft Word Startup folder.

    Remove Removes the selected template or add-in from the list. To unload an item from Word but leave it in the list, clear its check box. Remove is unavailable for items located in the Word Startup folder.

    Who knows where the startup folder is? I don't.

  4. #4
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Automatic VBA Add-in In Excel

    It's in Application Data...(and a few subfolders below that)
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

Posting Permissions

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



Click Here to Expand Forum to Full Width