View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave L[_2_] Dave L[_2_] is offline
external usenet poster
 
Posts: 20
Default VBA check to see if variable value is odd but not equal to 1

I need to run a subroutine based on a variable value. I'm sure it'll be an if
statement, but how do I tell something not to run if a specific variable's
value is an odd number but not equal to 1.