View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Benz Benz is offline
external usenet poster
 
Posts: 63
Default If Cell equals "XXX" Then......

I am trying to create a macro that if Cell "B15" which is formated as
"mm/dd/yyyy" = "June/dd/yyyy" then Sheets("June").Select and so on for each
month. I know a longer way of accomplishing this but was just wondering how
to do it without all the code.

Thank you to anyone who helps and all you wonderful people out there that
make this discussion group so valuable by sharing all your knowledge!