I do have a quick question...in this code instance:
Code:
If v=3 Then v = v + 1 : function1()
Will the function be called regardless the outcome of the IF statement? If so I might have found my problem.