Just a quick question,
Since I've been learning arrays I've tried to interject them into places where I can.
For example here, I am deleting certain columns based on their column number, pre-set in an array.
Dim cols As Variant
Dim counter As Double
Dim Top As Double
cols = Array(8, 5...