View Single Post
  #1   Report Post  
Jeff
 
Posts: n/a
Default If statement in VBA

Hello,

I need help designing a VBA Macro to execute the following:

IF (A2=A1,0,1)
I need to execute this VBA macro from 1 to 300.
Thanks,