View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sphenisc sphenisc is offline
external usenet poster
 
Posts: 2
Default boolean to integer

Can I convert a boolean expression e.g. (m=2), into a 1 or
0 during a VBA calculation without resorting to if
statements or the like?

Thanks