Just add the following code to your button_click sub:
With Sheets("CashFlow").Range("C6:IV10")
        .ClearContents
    End With
Add right after your Dim declarations and it will be the first thing the sub does.