function property/rng update
Does anyone know how to change the property of a function
so that Excel will update when F9 is pressed? I have
written a random number generator sourced on two
parameters (input by the user) as a callable function in
excel. However once the number has been generated and is
in the cell, pressing F9 does nothing (I guess because the
parameters have not changed). So, how do you get Excel to
realise that the function is a rng and so
should 'recalculate' at the press of F9?????