So I have the following code to save a file with today's date, but can that be changed to save with yesterday's date or even the date from 2 days ago? Just wondering because I have a task that requires saving a file name with Friday's date when you run it on Monday.
Any ideas?
Thanks!!!

Code:
objWord.Application.ActiveDocument.SaveAs "K:\Letters\270_30_DelqLetters\PrintCenter" & Format(Date, "mmddyy") & ".doc"
Any ideas?
Thanks!!!

