You can loop through each column but there needs to be a mechanism in place to tell the code which columns to apply the code to. This can be done many ways, but at this point it might be best just to work with the first option I showed you. In retrospect, we could have created an array of each column that you need the code applied then looped through the array. Next time.