Hello,

I dimensioned Jan as Integer and made it = 31

In a For loop I said: For j=1 to Jan <--Does not work! The macro does not even run!
When I say instead: For j=1 to 31 <--Does work! The macro runs and everything works!

Why is that?