Is there a way to test to see if a workspace is currently open though perhaps not the active one?
I don't want to use OpenWorkspace(ws,true) if it is already open. In that instance SwitchWorkspace(ws,true) would suffice.
After switching to a workspace so that it is now the active workspace, when I try to close it using CloseCurrentWorkspace(), the workspace does not close.
Is there a resource for this? besides you guys.

Comment