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

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)