calling "Fact()" from a macro in excel 2002

J

Joe Farruggio

Hi
Does anyone know how to call either the "Fact(x)" or the "Combin(x,y)"
functions from a macro? I need to have x and y as variables obtained
from inputs to the program as it is running.
 
D

Dave Peterson

See your other post and

MsgBox Application.Combin(13, 5)

may give you an idea.
 
Top