View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Billy[_6_] Billy[_6_] is offline
external usenet poster
 
Posts: 22
Default macro to apply only to even number rows and NonBlank cells

I want a macro to be useable only on even number rows, AND
NonBlankcells. I need something like an If Then statement? Like If
ActiveCell.Row _______ Then Exit Sub? Thank you for your help.

Tonso