Thread
:
Factorial function...whaaaaaa?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Geoff[_5_]
external usenet poster
Posts: 17
Factorial function...whaaaaaa?
I have the following equation in my code:
TotalCalc = Fact(n + 4) / (Fact(4) * Fact(n))
When I compile, it highlights the first Fact and tells me "Sub or Function
not defined".
TIA
Reply With Quote
Geoff[_5_]
View Public Profile
Find all posts by Geoff[_5_]