View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave F[_4_] Dave F[_4_] is offline
external usenet poster
 
Posts: 4
Default A question about Nothing

Hi

I understand what Nothing does:

Set MyObject = Nothing

But I don't understand the reason for it.
Especially at the end of a routine

Doesn't End Sub do the same thing?

Dave F.