Hello

I was wondering what happened to the execution of a program after a variable overflows. does the program continue right after the code which does the overflow or is the execution indeterminate.

i have got this piece of code which seems to run of to the begining of the loop (where the offending piece of code was within the loop)

also in vba is there any way to ifnd out if a variable has overflown by using a breakpoint.