DeActivateWorkspaceUI Method Example
The following example de-activates the WorkSpace UI, allowing a form to act modally. This call would be made on the form's initialization.
Application.DeActivateWorkspaceUI False
The following example de-activates the WorkSpace UI, allowing a form to act modeless. This call would be made on the form's initialization.
Application.DeActivateWorkspaceUI True