Hi,
I would like to get the rest of division very big number with 30 digits
for example 116022440020551020156789252100
- I don't want to represent this numer by any approximation in the form 1.16022440020551E+29
- I received Run-time error '6' Overflow
Code:
Dim rest As Long
rest = 1.16022440020551E+29 Mod 97
If I change
rest = 1.16022440020551E+29 - Int(1.16022440020551E+29 /97) *97
always the result is equal 0