in a few quick words, how am I thinking wrong when I use
Application.CountA(ActiveCell.EntireColumn.select)
to return the incorrect number of 1, versus
Application.CountA(ActiveCell.EntireColumn)
to returna the correct count of 109 in my particular spreadsheet?
I know I don't need to select a range to analyze it, but what is VBA's perspective?
many thanks
Stephan
Application.CountA(ActiveCell.EntireColumn.select)
to return the incorrect number of 1, versus
Application.CountA(ActiveCell.EntireColumn)
to returna the correct count of 109 in my particular spreadsheet?
I know I don't need to select a range to analyze it, but what is VBA's perspective?
many thanks
Stephan