I need your help in creating the macro in an Excel file that clears all the values in the sheet which is called "Sheet1" after four days from today's date, which is "2-Jun-2015", and to save it. So once the user opens the Excel file on the fifth day, the sheet will be blank.
The code for clearing the data is:
Sheet1.Cells.Clear
But my issue is how to clear the data after four days and to save the changes with the user unable to see any data in the fifth day.