Hello:

I have lots of Subfolders named as STOREx in
C:\Dropbox\EMail_Attachments\ and this is value in cell A3 of sheet1 in excel file.

Example : C:\Dropbox\EMail_Attachments\STORENAME1
C:\Dropbox\EMail_Attachments\STORENAME2

All Subfolders have .xls file with the following format

x-y-z_*.xls

where
x is the month between 1 and 12
y is the day between 1 and 31
z is the 2 digit year.

Example : 9-1-15_Store1_Emp.xls
10-15-15_Store2_TC_RPT.xls

I need a VB Code to go thru each folder and delete the files based on Start date in cell A4 and End date in cell
A5

Please let me know if you have any questions.
Thanks.

RM