View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
redb redb is offline
external usenet poster
 
Posts: 13
Default if cell is a certain day macro

I need help with writing a macro that would run if and only if the date value
in A1 is a Tuesday. The date written in A1 is in the format dd-mm-yyyy. If
it is a Tuesday, then the macro would call a seperate private macro named
TuesdayMacro. Is there any way to do that?

Thanks!