+ Reply to Thread
Results 1 to 3 of 3

activate the euro tool add-in with VBA

Hybrid View

  1. #1
    Registered User
    Join Date
    04-27-2014
    Location
    Newcastle, England
    MS-Off Ver
    Excel 2007
    Posts
    23

    activate the euro tool add-in with VBA

    Hi,

    I have an excel 2003 workbook and would like to know how to automatically activate the euro tool add-in using VBA when the workbook is opened.

    Hopefully someone can point me in the right direction.

    Thanks.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: activate the euro tool add-in with VBA

    Try:

    Private Sub Workbook_Open()
    AddIns("Euro Currency Tools").Installed = True
    End Sub
    in the workbook object module.

  3. #3
    Registered User
    Join Date
    04-27-2014
    Location
    Newcastle, England
    MS-Off Ver
    Excel 2007
    Posts
    23

    Re: activate the euro tool add-in with VBA

    Excellent.

    It works perfectly.

    Many thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 10-10-2012, 05:10 PM
  2. Replies: 5
    Last Post: 06-05-2007, 10:06 AM
  3. convert euro to SEK with converter tool?
    By Tess in forum Excel General
    Replies: 1
    Last Post: 06-19-2006, 10:10 AM
  4. Workbook.Activate / Window.Activate problem
    By Tim in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-03-2006, 07:40 PM
  5. [SOLVED] I am missing view tool bar from tool menu.
    By excel in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-04-2005, 03:05 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1