Question : Modulo Function that allow decimal

In VBA the function modulo round decimals before carrying out calculation. I seek a function which won't round the decimal before carrying out the modulo.

Answer : Modulo Function that allow decimal

Multiply the numbers by 10 rasied to the x power where x represents the number of decimals that you might have.  Then perform the mod.

Jim.
Random Solutions  
 
programming4us programming4us