Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to do the following?
IF count = odd number Then END Thanks, Eric Sabo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try this
If count Mod 2 = 1 Then -- Gary "Sabo, Eric" wrote in message ... Is there a way to do the following? IF count = odd number Then END Thanks, Eric Sabo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|