G
Guest
Q1: I was always taught to set an object variable back to Nothing after I
finished using it, and all of the examples shown in Help do just that. Is it
really necessary to include all of those "Set x = Nothing" statements in the
code, particularly when the same object variable is simply assigned a new
value again and again? Does not doing so eat up memory, or cause other
problems?
Q2: When using the Repaint method, is it necessary to follow it with a
"DoEvents" to get immediate results?
Thanks,
Bruce
finished using it, and all of the examples shown in Help do just that. Is it
really necessary to include all of those "Set x = Nothing" statements in the
code, particularly when the same object variable is simply assigned a new
value again and again? Does not doing so eat up memory, or cause other
problems?
Q2: When using the Repaint method, is it necessary to follow it with a
"DoEvents" to get immediate results?
Thanks,
Bruce