View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Dieckmann Robert Dieckmann is offline
external usenet poster
 
Posts: 9
Default VBA is odd function

Is there a function in VBA that is equivalent to the isodd function in
Excel? If one of my text values is odd I need to print a certain range, if
even another range. I am using Excel 2000.
Bob