Hi guys,
I can delete the entire content of the worksheet with the below code, however I have formulas in the last three columns. Is there a way I could keep the formulas but clear all the other cells of the table?
Dim StrtSht As Worksheet
Dim DestWbk As Workbook
Set StrtSht =...