![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
Can anyone direct me on how to create an addin for my regularly used vba functins, so that I need not cut, copy paste all my functions from one spreadsheet to another.
Thanks in advance |
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
save a workbook with all your macros in it as an add-in (.xla) in directory Program FilesMicrosoft OfficeOfficeLibrary. Next close the file and attach the new add-in (Tools - Add-ins).
Please note: this is true for Office 97, I don't know about higher versions... Marc |
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 32
|
Just put all of your code into a module. Name it basMyUtils or something like that. Export it to a common place on your machine/network.
Then, simply import that module into your new projects. You'll be able to use all of your code then. Another route would be to make a DLL that contains all your functions. The other choice would definitely be the easiest though. Regards, Doug |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Posts: 76
|
thanks all of you.
I tried that, but how do I add the descriptive explanation for all the inputs to my function when the function pop up is seen? Thanks |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|