Forum Discussion

jukhamil's avatar
jukhamil
Brass Contributor
Sep 17, 2021

How to count the number of blank cells in a column?

I would like to count the number of blank cells in a column.   I am trying to do this via:   Set ws = Worksheets("Sheet1") Set col = ws.Columns(1) Application.WorksheetFunction.CountA(col)   ...

Resources