![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Set Variable to Nothing (VBA for Excel)
Home » Forums » AskWoody support » Productivity software by function » Visual Basic for Applications » Set Variable to Nothing (VBA for Excel)
- This topic has 18 replies, 6 voices, and was last updated 20 years, 1 month ago.
Viewing 0 reply threadsAuthorReplies-
WSHansV
AskWoody LoungerMay 3, 2005 at 7:16 am #944936Object variables (the ones you assign using Set) are stored in a very different way from “simple” variables such as Integers or Booleans. Windows has to reserve space for all their properties etc.
VBA performs the necessary garbage collection at the end of a procedure/function, but if an unhandled error occurs, this may fail, and the objects will remain in memory. I have seen examples in Access where code didn’t work as expected because objects had not been not set to Nothing previously. So it is conventional wisdom to add error handling to all procedures / functions that use object variables, and to make sure that all object variables are set to Nothing even if an error occurs. -
WSRudi
AskWoody LoungerMay 3, 2005 at 8:15 am #944950That does make sense. I can understand that that this would be conventional in an error handler, but Steve (and many others) use it outside of an error handler…(see link in previous post!). Why use it like this when End Sub will clear all variables in the very next line…(Is this just a case of habbit (being a good one), or being over cautious??). These lines will never be reached if an error occured further up the code??
PS: Just querying this to get clarity…I’m not arguing the point!!
-
WSHansV
AskWoody Lounger -
WSRudi
AskWoody Lounger -
WSHansV
AskWoody LoungerMay 3, 2005 at 9:02 am #944956 -
WSRudi
AskWoody LoungerMay 3, 2005 at 9:58 am #944967 -
byteme
AskWoody PlusMay 3, 2005 at 4:01 pm #945088I admit to being pretty fastidious myself about setting object variables to Nothing. But in case anyone’s interested, here’s a cutely-titled contrarian view from VB guru Mark Hurst: Much Ado About Nothing.
-
WSchrisgreaves
AskWoody Lounger -
byteme
AskWoody Plus -
WSRudi
AskWoody Lounger
-
-
-
-
WSchrisgreaves
AskWoody LoungerMay 3, 2005 at 11:11 am #944991> I have seen examples in Access where code didn’t work as expected because objects had not been not set to Nothing previously.
And I have seen examples in Fortran/COBOL/ALGOL/APL/ ….where code didn’t work as expected because STUFF had not been not set to the-appropriate-null-value previously.
I think it’s a good programming habit to initialize every variable; execution time is negligible.
I’m somewhat doubtful of doing garbage collection for the run-time routines.
I am concerned about readablity of code, because I believe that it’s the cost in human time that impacts development projects. Too many lines of housekeeping can distract my attention from the real purpose of the code.I suspect we will find a balance, that there are procedures which can be shown NOT to need initialization to null, and can be shown NOT to need finalization to null. Presumably only if a procedure can be guaranteed to execute to completion, or noty be interruptible, can we abandon garbage collection.
That said, I just KNOW I’m going to run into problems if I don’t take care with me new objects that are non-visible applications!
-
WSRudi
AskWoody Lounger -
WSchrisgreaves
AskWoody LoungerMay 3, 2005 at 12:08 pm #945008>but what the heck did you say?
Sorry, I’ve still had only one coffee,1) Too much clutter in housekeeping code can distract the reader, and that makes for problems (clean concise readable code is good).
2) Even so, there are penalties when one creates application objects (that sit there, visible or not on the Windows task bar) and doesn’t get rid of them when they are done.I think all in all :
I just can’t see the economic($) sense in taking care of the garden-variety of variables – Long, String, Boolean etc
I can see sense in tidying up after the big boys such as Application Objects
I’m ambivalent on intermediate things such as Structures, Dictionaries, Fields, Tables etc. -
WScharlotte
AskWoody LoungerMay 3, 2005 at 12:23 pm #945014The rule of thumb is that any object variable (initialized with the Set keyword) needs to be destroyed. Not doing so can result in the infamous memory leaks from your application. While those objects are *supposed* to be destroyed when they go out of scope, it doesn’t always happen. Then you get weird behavior like an application refusing to shut down entirely.
And BTW, concise and readable are sometimes mutually exclusive.
-
WSchrisgreaves
AskWoody LoungerMay 3, 2005 at 12:44 pm #945023 -
WSAlanMiller
AskWoody LoungerMay 3, 2005 at 2:59 pm #945083I’m not sure how it works in VB, but in C++ it quickly becomes very clear why it’s necessary to properly destroy objects that contain pointers to other objects. Without explicitly writing a correct destructor (roughly equivalent to setting object references to Nothing) it’s quite easy to end up with a pointer refering to an object that no longer exists -> crash.
Alan
-
WSchrisgreaves
AskWoody LoungerMay 3, 2005 at 3:33 pm #945092> it’s necessary to properly destroy objects
I agree. I think confusion reigns in VBA because of aberrations in MSot’s implemennation.
The referenced article (below) says that it’s not necessary to set to Nothing; VBE does it for you. Trouble is VBE doesn’t always do it properly, so some of us decide to Set to Nothing on principle.
Explict Set Nothings are guaranteed to work; in VBA they ought not to be necessary.
-
WScharlotte
AskWoody Lounger
-
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Microsoft : Edge is better than Chrome
by
Alex5723
2 hours, 35 minutes ago -
The EU launched DNS4EU
by
Alex5723
15 hours, 17 minutes ago -
Cell Phone vs. Traditional Touchtone Phone over POTS
by
280park
5 hours, 38 minutes ago -
Lost access to all my networked drives (shares) listed in My Computer
by
lwerman
20 hours, 44 minutes ago -
Set default size for pasted photo to word
by
Cyn
1 day, 2 hours ago -
Dedoimedo tries 24H2…
by
Cybertooth
14 hours, 52 minutes ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
2 days, 1 hour ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
1 day, 23 hours ago -
Small desktops
by
Susan Bradley
16 hours, 24 minutes ago -
Totally disable Bitlocker
by
CWBillow
19 hours, 17 minutes ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
1 day, 23 hours ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
3 days, 5 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
1 day ago -
Mystical Desktop
by
CWBillow
3 days, 8 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
2 days, 14 hours ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
1 hour, 35 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
4 days ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
4 days, 3 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
4 days, 1 hour ago -
What is wrong with simple approach?
by
WSSpoke36
1 day, 23 hours ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
4 days, 12 hours ago -
Location, location, location
by
Susan Bradley
3 days, 2 hours ago -
Cannot get a task to run a restore point
by
CWBillow
4 days, 13 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
4 days, 4 hours ago -
June 2025 Office non-Security Updates
by
PKCano
5 days ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
3 hours, 6 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
5 days ago -
How start headers and page numbers on page 3?
by
Davidhs
5 days, 11 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
4 days, 13 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
5 days, 19 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.