How to Calculate Three Dice Probabilities using Visual Basic in Excel 97
By
Michael Shackleford
January 21, 2005
The object of this exercise will be to calculate the number of permutations for each total from 3 to 18 given the throw of three dice. There are 6*6*6 = 216 permutations of the throw of three dice. This exercise will show how to use Visual Basic in Excel to determine the number of permutations of each total. A practical application would be to determine the odds of the casino game Sic Bo.
Start by entering the following information in a spreadsheet.
If you want to go back into the Visual Basic editor to make changes right click in any blank part of the toolbar and select Visual Basic. That should bring up a toolbar that looks like this.
Click on the following button.
That should bring up the Visual Basic Editor so that you may edit your code.
Other Links
Sic Bo section at the Wizard of Odds.
How to calcualte the 3-dice permutation in The Mathematics of Sic Bo.