View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.programming
[email protected] HammerJoe@gmail.com is offline
external usenet poster
 
Posts: 126
Default DOEVENT stops working??

That sounds like a major rewrite of code when six lines of code do the
same thing. :)

It also means spaghetti code because Auto_Open sub calls the button
sub it calls back auto_open which can call again the sub and then
again come back to Auto_open when a new week and new month fall on the
same day. :)