I am using Excel 2010 and having trouble with using a Range.End(xlDown) statement not being recognized.
I have tried Range("B4, Range("B4").End (xldown)).Count
Range(Range("B4"), Range("B4").End(xlDown)).Count
and a variety of other attempts.
Obviously, the first value in the Range is...