You use Set for objects, for example:

Dim sh As Worksheet
Set sh = ActiveSheet

Regards, TMS