View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
puiuluipui puiuluipui is offline
external usenet poster
 
Posts: 468
Default Macro if criteria

Hi, i have two macros. (macro 1 and macro 2)
I need macro 1 to run if in A1 is "JOHN", in B1 is "MARY" and if C1 is empty
; and macro 2 to run if in A1 is "JIM", in B1 is "CRIS" and in C1 is "BOB".
Can this be done?
Thanks!