Thread: IF then GoTo
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] richard.kinkead@verizon.net is offline
external usenet poster
 
Posts: 1
Default IF then GoTo

I have a summary sheet and one sheet for each month.
I have formatted a cell, sheet1("Z1") to display only the month value
and inserted =Today() in the formula bar for that cell.
I am trying to use "IF" in a macro to goto the appropriate month Sheet
based on the value of Sheet1 ("Z1").