If date is greater than today()-5 skip

Im trying to create a macro that will input a note if the last note was inputted more then 5 days ago. I’ve gotten it to extract the date the last note was inputted on and have it stored as “LastDate”. Its in the format of MM/DD/YY. How do i compare that to today()-5?

Here some examples of date manipulation