Hi jaslake,
That is some cool stuff from Leith Ross!
Thanks for sharing
I have one issue though, when the the user clicks anywhere on the userform (not existing objects) and this code is executed:
Private Sub UserForm_Activate()
  DisableCloseBox
End Sub
it then clears the boolean that was created and then if i click on the "close" button that i created the code again won't execute
The code will execute if i avoid clicking the actual userform but then it will be unsafe.
I tried disabling the userform but that was catastrophic as it disabled all the objects as well
Any ideas?
Thanks!