View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maileen[_2_] Maileen[_2_] is offline
external usenet poster
 
Posts: 9
Default odd or even number

Hi,

In my form, i need to find if a number is odd or even.
How can i do it ?

ISODD or ISEVEN are only function from worksheet, but in my case, the
number that i have to test is the row of my listview.
so a simple INT variable.
thanks a lot.
Maileen