I am working on process where I take 2 input files and transform them, (xlsx) summarise the outputs and overwrite to a template file based on the sheet names. I have 3 summaries being output to the same sheet with different ranges eg B4:P38, B39:P73 and B74:P124 using 3 different output tools.
'Overwrite Sheet or Range' does not clear all the historical contents when writing the new values to the output sheets.
Is there a simple way I can clear all of the contents but maintain the format and headers of the template prior to outputting the data?