Littlemalky
Board Regular
- Joined
- Jan 14, 2011
- Messages
- 223
I need to Save As with this file name exactly:
"BO Priority April Week 3.xlsx"
The month part is easy, i just declare it as Format(Date, "mmmm"); however, the "Week 3" part is tricky because it is number by the amount of week's in a month, not the week it would be in a year (which seems to be the only functions I could find).
Does anyone know how to declare this so that when I save each week during the month, it will be accurate?
"BO Priority April Week 3.xlsx"
The month part is easy, i just declare it as Format(Date, "mmmm"); however, the "Week 3" part is tricky because it is number by the amount of week's in a month, not the week it would be in a year (which seems to be the only functions I could find).
Does anyone know how to declare this so that when I save each week during the month, it will be accurate?