Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The function should be placed in a general module and not declared as
Private in addition. Not in a sheet module and not in the Thisworkbook module If the function is to be shared, personal.xls is one choice, but you might also want to consider putting it in an Addin. Then you won't have to preface the function with the workbook name when you try to us it. (the addin will need to be loaded). -- Regards, Tom Ogilvy "Toppers" wrote in message ... Your function(s) will appear in the "User Defined" category in the standard functions list. This category is at the bottom of the category list. If functions are to be shared among workbooks, put them in your Personal.xls workbook. HTH "Hossein Farhani" wrote: I had written a function , so I want to add it in function list . can I do this or not? please answer me soon. thanks a lot. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a function to alternate names in a cell from a list? | Excel Worksheet Functions | |||
how do i create a find function for an excel drop list? | Excel Discussion (Misc queries) | |||
Using CONCATENATE function to create email addresses from a list | Excel Worksheet Functions | |||
How do I create a "List If" function.I need to search a database . | Excel Worksheet Functions | |||
Adding a custom function to the default excel function list | Excel Programming |