I download data from home office every week. I make a few edits and then need to save it a few times with different names for different uses later. My question this go around: Is it possible to have it save with the week number automatically updating each week? I thought this would work but I get an error as Excel cannot find the file. What am I doing wrong this time?
Code:
Dim lrow As Long
wk = Format(DateTime.Now, "ww")
ActiveWorkbook.SaveAs Filename:= _
"C:\Users\iwilli\Documents\Region\CWA Region\Condensed_Weekly_Advisor_Results_by_Market_Group_or_Region-Week" & wk & "xlsx" _
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False