It will error because you haven't set the range, e.g.

[VBA]
Set cl = Range("A1:A10")
[/VBA]