View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] subhrodipsengupta@gmail.com is offline
external usenet poster
 
Posts: 1
Default is it posible to have a formula for factorial via vba code?

In case you are not into Big numbers (numbers that excel does not normally handle)
Use worksheet.function in VBA. Uses fact() in excel in vba.

On Monday, April 7, 2008 1:38:58 PM UTC+5:30, thread wrote:
thanks it was very helpfull

On 6 אפריל, 19:11, joeu2004 wrote:
On Apr 6, 8:44*am, thread wrote:

i'm trying to build a complex formula using factorial but i havent
foud an operator that calculate a simple factorial,any idea?


Perhaps the easy way is:

WorksheetFunction.Fact(n)