Here's something that has been giving me fits.
In my work book, if I use the following in a cell, I get a count of all cells in the range that are populated:
Count(C22,F22,I22,L22,O22)
I am trying to do this in vba:
Public Function No_Conditions(M_Range As Range)
No_Conditions =...