View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
joeu2004 joeu2004 is offline
external usenet poster
 
Posts: 2,059
Default is it posible to have a formula for factorial via vba code?

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)