R Ron de Bruin Sep 20, 2004 #2 Hi hyyfte If you want to check one column try this Sub test() Dim r As Long r = Application.WorksheetFunction.CountA(Sheets("Sheet1").Range("A:A")) MsgBox r End Sub
Hi hyyfte If you want to check one column try this Sub test() Dim r As Long r = Application.WorksheetFunction.CountA(Sheets("Sheet1").Range("A:A")) MsgBox r End Sub