Klash Ville
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 83
Hello everyone, I'm trying to count all visible cells that contain numbers withing a table column, altough it gives me an error of invalid number of arguments.
Code:
If Application.CountIf(Range("Table2[Found]").Cells.SpecialCells(xlCellTypeVisible, xlNumbers)) > 0 Then