David Engel wrote: > I tried to set up the 5th Friday by doing something similar: > REM Fri 29 MSG ... > but this added it to the first Friday of the next month if there were not > actually 5 Fridays in the month. Here's one solution: REM Fri 29 SATISFY [day(trigdate()) >= 29] MSG ... Regards, David.