HIDE method
Hide an object but does not unload it.
grammar
Object.hide
Object represents an object expression, its value is an object in the list. If Object is omitted, the Userform where the focus is the Object.
Description
After hiding an object, it is deleted from the screen and sets its Visible property to false. Users cannot access controls in hidden objects, but for running applications, other processes that can communicate with this application and Timer control events in Windows are available to access.
After hiding a userform, the user cannot interact with the application until the Userform hidden event process code is executed.
If Userform is not loaded when using the HIDE method, the Hide method will load this userform but will not be displayed.