Set Keyword: In VBA, the Set keyword
is necessary to distinguish between
assignment of an object and assignment
of the default property of the object.
Since default properties are not
supported in Visual Basic .NET, the
Set keyword is not needed and is no
longer supported.