You need to elaborate a bit more..If you are looking at number of combinations
Say; for example how many ways can 4 students from a group of 15 be lined up
for a photograph?
Formula
=FACT(15)/FACT(11)
In VBA you can use the same as Worksheetfunction.Fact()
If this post helps click Yes