View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Antonyo Antonyo is offline
external usenet poster
 
Posts: 12
Default Date for ToggleHeadings macro

Is there a way to start this macro by it self for the whole mont of april
2005?

Thanks in advance

Sub ToggleHeadings()
ActiveWindow.DisplayHeadings = Not _
ActiveWindow.DisplayHeadings
End Sub