As the title would suggest i want to remove any columns that do not match an array. I tried the following code but receive an error, does anybody have a possible solution?
Dim arr As Variant
arr = Array("Title", "Forename", "Surname", "Address 1", "Address 2", "Address 3", "Address 4"...