I really need to do this :

VB Code:
  1. bignumber = CDec(10000000000000#)
  2. smallnumber = CDec(943)
  3.  
  4. bignumber mod smallnumber

It is part of an algorithm and as I said all I get is Error 6 Overflow

Cheers