Hi,
I have written this code to find blank cells in a range. It works fine with one or two ranges but not for three or more. Any more than two gives a Complie error.
Any Ideas?
Sub CountBlank()
MsgBox WorksheetFunction.CountBlank(Range("TheRange1", "TheRange2", "TheRange3"))
End Sub
I have written this code to find blank cells in a range. It works fine with one or two ranges but not for three or more. Any more than two gives a Complie error.
Any Ideas?
Sub CountBlank()
MsgBox WorksheetFunction.CountBlank(Range("TheRange1", "TheRange2", "TheRange3"))
End Sub