Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yugi Gokavarapu explained on 1/24/2012 :
On Jan 23, 3:04*pm, GS wrote: Yugi Gokavarapu has brought this to us : Hello There, When I *write User Defined Function as below and use it, it returns the output in the function argument dialogue box, but the out put is not shown in the cell I wanted, instead I still see FALSE. *The cell type I use is "General". Function test(num) * * Select Case num * * * * *Case Is 0 * * * * * * * *test = "Positive" * * * * Case Is = 0 * * * * * * * *test = "Zero" * * * * Case Is < 0 * * * * * * * *test = "Negative" * * End Select End Function Your help is appreciated!! It works fine for me 'as is'! -- Garry Free usenet access athttp://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc I wonder why it is not working, any settings need to be modified? WHERE is the function located? It should in a standard module! -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using dcount function within user-defined worksheet function | Excel Programming | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Need to open the Function Arguments window from VBA for a user defined function. | Excel Programming | |||
User-defined data type; Error: Only User-defined types... | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |