Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have functions that I have written. i should have been able to use them in
EXcel formula but when i Use the function in the excel Sheet it is not recognized. I get #Name Error. Can some one help? Regards Gita. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Assuming you mean UDF's then you will get a NAME error if you put them in the wrong place. Try this ALT+F11 to open VB editor. Right click 'ThisWorkbook' and insert module and put your function there. Mike "Gita_B" wrote: I have functions that I have written. i should have been able to use them in EXcel formula but when i Use the function in the excel Sheet it is not recognized. I get #Name Error. Can some one help? Regards Gita. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Are the functions in a general module in the workbook in which you are
calling them? Should be OK in that case. If stored in another workbook like Personal.xls you must preface the formula as such................ =Personal.xls!myfunction(args) Gord Dibben MS Excel MVP On Thu, 5 Mar 2009 10:22:03 -0800, Gita_B wrote: I have functions that I have written. i should have been able to use them in EXcel formula but when i Use the function in the excel Sheet it is not recognized. I get #Name Error. Can some one help? Regards Gita. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I input these formulas into cells that I want written in? | Excel Worksheet Functions | |||
Excel 2000 - Formulas and Functions | Excel Discussion (Misc queries) | |||
Help with Excel Formulas or Functions | Excel Discussion (Misc queries) | |||
Hidden rows unhide themselves when formulas are written | Excel Discussion (Misc queries) | |||
How do I get to master Excel functions and formulas? | Excel Worksheet Functions |