G
George Hester
For the code on this page:
http://www.exchangeadmin.com/Files/04/25467/Weblisting_02.txt
Set m_objExplorer = Nothing is not done. It looks as though m_objExplorers is set to nothing only when Outlook 2002 is shutdown. I understand that m_objExplorer will also go to nothing when Outlook 2002 is shut down but shouldn't it be done somewhere in the code like in:
Private Sub m_objExplorer_SelectionChange()
If Not m_objExplorer.IsPaneVisible(olOutlookBar) Then
m_objExplorer.ShowPane olOutlookBar, True
End If
Set m_objExplorer = Nothing 'My Entry
End Sub
'?
Thanks.
http://www.exchangeadmin.com/Files/04/25467/Weblisting_02.txt
Set m_objExplorer = Nothing is not done. It looks as though m_objExplorers is set to nothing only when Outlook 2002 is shutdown. I understand that m_objExplorer will also go to nothing when Outlook 2002 is shut down but shouldn't it be done somewhere in the code like in:
Private Sub m_objExplorer_SelectionChange()
If Not m_objExplorer.IsPaneVisible(olOutlookBar) Then
m_objExplorer.ShowPane olOutlookBar, True
End If
Set m_objExplorer = Nothing 'My Entry
End Sub
'?
Thanks.