Excel version: 11 (2003 SP2)
OS: WXP SP2

What's the VBA code equivalent of the Excel IsOdd built-in formula?

It would great if one could use Application.WorksheetFunction.IsOdd(range), but the IsOdd Excel built-in is not available in VBA.

Many thanks,

- Al