3 lines
103 B
Text
3 lines
103 B
Text
Public Function factorial(n As Integer) As Long
|
|
factorial = WorksheetFunction.Fact(n)
|
|
End Function
|