Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i am making some funcyions in excel vba ,when the fun is complicated it is diffcult to recognize the meaning when i use the function. for instance Function CalculateSquareRoot(NumberArg As Double) As Double If NumberArg < 0 Then Exit Function ' Else CalculateSquareRoot = Sqr(NumberArg) End If End Function i mean how to make the meaning of NumberArg be easily recognized. how to make a hint about the fun. thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I easily make cells in Excel that are square? | Excel Discussion (Misc queries) | |||
Cell shading behavior not understood. | Excel Discussion (Misc queries) | |||
anyway around this, easily? | Excel Worksheet Functions | |||
how to make a help hint for my function made by myself. | Excel Programming | |||
how to make hint of help or comment of a self-made function. | Excel Programming |