Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It's a simple function, so far:
Function Commission(Fee) If Fee = 45 Then Commission = 15 Else Commission = Fee * 0.35 End Function I've named my ranges. The module is in VBAProject | Modules. I'm at a loss. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vba function returns #name? | Excel Programming | |||
IF function returns function statement rather than result | Excel Worksheet Functions | |||
Running macros it returns compile error in hidden module | Excel Programming | |||
Insert function - custom function name preceded by module name | Excel Programming | |||
Function returns a zero value | Excel Programming |