Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written some excel functions for my project. How do I make them into
an add-in so they're available for all my spreadsheets and other users? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi RK
Open a new workbook Activate the VBE Insert a Module into the new workbook Copy and paste your UDFs to this new Module Back into Excel File Save As In Save as Type dialog select "Microsoft Excel Addin (*.xla)" OK You can place this Addin in the Library file and it will then be available (next time Excel opens) in the Tools Addins dialog. A typical Library file location is: C:\Program Files\Microsoft Office\Office\Library -- Regards Norman Harker MVP (Excel) Sydney, Australia Excel and Word Function Lists (Classifications, Syntax and Arguments) available free to good homes. "RK" wrote in message ... I have written some excel functions for my project. How do I make them into an add-in so they're available for all my spreadsheets and other users? Thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This file might be a help:
It contains a workbook that shows how to create an interactive add-in controlled by a toolbar. The toolbar is created when the add-in is loaded, and deleted when the add-in is closed. http://www.bygsoftware.com/examples/excel_addin.htm The code is open and commented. -- Regards Andy Wiggins www.BygSoftware.com Home of "Save and BackUp", "The Excel Auditor" and "Byg Tools for VBA" "RK" wrote in message ... I have written some excel functions for my project. How do I make them into an add-in so they're available for all my spreadsheets and other users? Thanks. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Got it! Thanks for your help, guys!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a macro to create excel line graph with coloured pointers anddata lables | Charts and Charting in Excel | |||
How to create adress list so can mail merge and create labels? | Excel Discussion (Misc queries) | |||
how to create a combo box in excel - how to create the drop down . | Excel Discussion (Misc queries) | |||
How to create a form to insert a hyerlink.VBA code to create a for | Excel Discussion (Misc queries) | |||
Create dictionary of terms, create first time user site | New Users to Excel |