Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In this and other Excel NGs, I see quite often VBA lines like:
sub Foo() dim myRng as Range dim myRS as ADODB.Recordset .... set myRng = Nothing set myRS = Nothing End Sub Is this setting objects to Nothing really useful for local variables that will be automatically destroyed at the end of the Sub. TIA -- AP |
Thread Tools | Search this Thread |
Display Modes | |
|
|