I have the following calculation

VB Code:
  1. BigNumber = 10000000000000
  2. SmallNumber = 943
  3.  
  4. MsgBox BigNumber \ SmallNumber

When using any of the Data Types I always get Error 6 "Overflow" returned, is there any way around this?


Thanks in Advance,


Matt