Afternoon,
I have a sub in a macro that will shrink the size of my excel workbook as when used the temp data of having cells full of data and then not causes the spreadsheet to grow large.
The code is:
Sub DeleteUnused()
Dim myLastRow As Long
Dim myLastCol As Long
Dim wks As Worksheet...