Hi guys. I'm totally new to VBA, and this forum.
I need help with a script.
I have a folder with txt and xml files, and I need to move files from that folder to backup folder.
The script should run twice a week and should create (in the destination folder) subfolder with date in format like 2018.12 (year and month), and move files there. If there is already a subfolder with current month's date, than it should just move files there.
Any help will be appreciated. Thank you.