Recursive Factorial VBA

Advanced Exercise


Statement

Create a function that calculates the factorial of an integer without using loops (including For Next, For Each, Do Loop, etc.).


Remember that in most cases there is more than one way to solve the exercise.

Hint: It is possible to call a function inside its code (creating what is called recursion).


Show Answer

Download exercise Download answer



SuperExcelVBA.com is learning website. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. All Rights Reserved.

Excel ® is a registered trademark of the Microsoft Corporation.

© 2024 SuperExcelVBA | ABOUT

Protected by Copyscape