Set Keyword

M

mark1

When is it appropriate to use the Set keyword in VBA?

a = Range("A1:A36")

Set a=Range("A1:A36")

Thanks!!!
 
Top