Hi, I need to save a file (every week) in excel vba code with a file name which looks like this: "book1.W23.Dec15.xlsx". This file is saved during the week on any day of the week. Here the Week number needs to be a fiscal week number where the year starts on July 1 and ends on June 30th and then "Dec15" will be the date on each Friday of that particular week. The steps as I can figure out will be to see the current date with Now(), then extract the corresponding week number and then the date on Friday but I keep on messing this up. Also I cannot seem to figure out how can I set the year to start from July 1 from the default Jan 1. Can you please help. Thanks