I have a macro that loops through Column A to remove outliers in the range. Using the offset function, the loop is used for Column B, Column C, etc. The basic structure of the code is below.
dim i as integer
i=1
dim ColumnOffset as integer
'the value of ColumnOffset changes based on the...