reminder

  • Thread starter Thread starter Joe Smith
  • Start date Start date
J

Joe Smith

I got a msgbox to popup from the 25th to the 28th of every month(in
case these days fall on a weekend). But I want it to popup only once
after the user clicks "Ok", and not popup again until 25-28 of the
next month. In other words, I only want it to popup once per month.
Any help is appreciated.
 
I got a msgbox to popup from the 25th to the 28th of every month(in
case these days fall on a weekend). But I want it to popup only once
after the user clicks "Ok", and not popup again until 25-28 of the
next month. In other words, I only want it to popup once per month.
Any help is appreciated.

Log all popups with a timestamp in a table and before invoking a popup
look in that table if there has already been one for the current
month.

regards, Helmut
 
Back
Top