We need an Excel VBA macro that can either zip all files in a directory or just zip files within a directory that are less than X minutes old and place the zipped file in a destination directory. The variables, directory, destination directory and X minutes old can be hardcoded within the VBA. This is a relatively simple project since the VBA required to zip files is easily found with a quick search.