Hello everyone. I'm trying to create a code responsible for reading the number of cells filled in the rows .. I tried this way but I was not successful.
For b = 1 To rMaior
contador = Worksheets("1").Range("b:b").Cells.SpecialCells(xlCellTypeConstants).Count
MsgBox contador
Next b
Thank you.