Hi,
I'm trying to save a file in a location, I'd like the "Month" sub folder to be taken from a cell in the file, i.e. May, June. So instead of month it would be "A1" for example?
ActiveWorkbook.SaveAs Filename:= _
"C:FolderSubfolderMONTHfile.xls"
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
thanks
I'm trying to save a file in a location, I'd like the "Month" sub folder to be taken from a cell in the file, i.e. May, June. So instead of month it would be "A1" for example?
ActiveWorkbook.SaveAs Filename:= _
"C:FolderSubfolderMONTHfile.xls"
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
thanks