F
Francis Hookham
I need to determine whether x is odd or even in a macro
= MOD(x, 2) works in a spreadsheet but
If MOD(x,2) = 1 then
etc
does not seem to work in a macro
Do you have any suggestions
Francis Hookham
= MOD(x, 2) works in a spreadsheet but
If MOD(x,2) = 1 then
etc
does not seem to work in a macro
Do you have any suggestions
Francis Hookham