Thread
:
vba function module returns #NAME?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rick[_37_]
external usenet poster
Posts: 4
vba function module returns #NAME?
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.
Reply With Quote
Rick[_37_]
View Public Profile
Find all posts by Rick[_37_]