Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is the UDF
Function ROll2D6() ROll2D6 = Application.RoundUp(Rnd() * 6, 0) + Application.RoundUp(Rnd() * 6, 0) End Function At current, when Excel recalculates, the random number generated by this function, is replaced by another rnadom nuber. Is there some sort of check that I can put into the UDF whereby IF the current value of the cell (calling the function) is a number, it will return that number instead of a new one.? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make a 3-dimensional plot in Excel? | Charts and Charting in Excel | |||
Can I make formulas more flexible? | Excel Discussion (Misc queries) | |||
How to make empty cells as zero in excel add-ins for SQL Server an | Excel Worksheet Functions | |||
make hidden window or workbook visible without specify the name | Excel Worksheet Functions | |||
make cell contents equal to null value - not blank, but empty | Excel Worksheet Functions |