Hi all, can someone tell me how I can get vb to work with a long number & run something like the below without getting an "out of memory" or "overflow" error message please?
ThanksCode:Dim TempNo as currency TempNo = (88 ^ 13) TempNo = TempNo mod 187 msgbox TempNo![]()
![]()




Reply With Quote