I have pieced together the following code which fires without error, opening files and closing them, BUT it does not clear the range of cells M12:AB25 on each worksheet. Can someone help with what I am doing wrong
Sub Make_New_Timesheets()
Dim MyFolder As String, MyFile As String
With...