BLOGS BY TOPIC▼
BLOGS BY AUTHOR▼
BLOGS BY YEAR▼
If you've written a killer function, you'll want to be able to share it between workbooks. The best way to do this is using an add-in.
- Sharing Code across Workbooks using Add-Ins (this blog)
- Useful Examples of Code to Share
- Creating an Add-In
- Using Add-In Functions
This blog is part of our Excel VBA online tutorial. Wise Owl also run excellent classroom-based VBA courses!
Posted by Andy Brown on 05 March 2012
You need a minimum screen resolution of about 700 pixels width to see our blogs. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Sharing Code across Workbooks using Add-Ins
Often you'll create a bit of code so useful that you want it to be available whenever you're using Excel. By far the best way to do this is to create an add-in. This blog shows:
- 3 examples of code that you might want to share between workbooks;
- How to create an add-in; and
- How to reference an add-in that you've created in code.
Let's start with why you might want to create an add-in, by looking at 3 examples of useful functions to share.
- Sharing Code across Workbooks using Add-Ins (this blog)
- Useful Examples of Code to Share
- Creating an Add-In
- Using Add-In Functions