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.
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.
Try:
in the workbook object module.![]()
Private Sub Workbook_Open() AddIns("Euro Currency Tools").Installed = True End Sub
Excellent.
It works perfectly.
Many thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks