5
Hey there, guys. I’m trying to create a code responsible for reading the number of filled cells in the lines.. I tried this way but I was unsuccessful.
For b = 1 To rMaior
contador = Worksheets("1").Range("b:b").Cells.SpecialCells(xlCellTypeConstants).Count
MsgBox contador
Next b
Thank you.