In the example below, I will create an Excel function to calculate all odd numbers from a specific cell range. Function AddOdd(Rng As Range) For Each cell In Rng You can now close the VBA window and ...