I have alot of global varaiables and arrays that I do not necessarily need to have active the length of the application.

Upon exit, I have read to set all objects equal to nothing.

What's the correct way of setting all variables equal to nothing? I've tried "set x = nothing", but VB expects an object? Is this necessary?