shg
MrExcel MVP
- Joined
- May 7, 2008
- Messages
- 21,845
- Office Version
- 2010
- Platform
- Windows
Empty is a value reserved to Variants.
Assigned to a numeric variable, it gets converted to zero. It doesn't release any storage in either case, unless assigned to a variant array. Variables (scalers, scalar arrays, objects, ...) are released when they go out of scope.
Assigned to a numeric variable, it gets converted to zero. It doesn't release any storage in either case, unless assigned to a variant array. Variables (scalers, scalar arrays, objects, ...) are released when they go out of scope.
Last edited: