I have a large number of excel files to clean up, any of the values contained in these arrays will be replaced by a different value
Below is what I have so far, any help is greatly appreciated
Sub CleanUpOutlier()
Array1 = ("1", "2", "3", "4")
Array2 = ("5", "6", "7", "8")
With...