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

  • Thread starter Thread starter Joe Farruggio
  • Start date Start date
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.
 
See your other post and

MsgBox Application.Combin(13, 5)

may give you an idea.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top