Hi Everyone,
i have a code which create workbook into the specific folder. however i want to create multiple folder by the date name:
for example
code is
ActiveWorkbook.SaveCopyAs "D:\TEMP\XXXX.XLS"
so i want, this XXXX file name should depend on A1. where we would have date. so i can create multiple copy of current work with the date bifurcation
i have a code which create workbook into the specific folder. however i want to create multiple folder by the date name:
for example
code is
ActiveWorkbook.SaveCopyAs "D:\TEMP\XXXX.XLS"
so i want, this XXXX file name should depend on A1. where we would have date. so i can create multiple copy of current work with the date bifurcation