Good Morning All,
I have a little excel vba program that works perfectly as long as I can stop uses clicking the little ‘x’ in the top right of my forms. I thought that there was a way of setting the form so that it was a dialog box (or is that VB). Another thing I tried was intercepting the ‘x’ and stopping it. Didn’t work.
So, how do I either:
a) get rid of the ‘x’
stop the ‘x’ from deactivating my form (hide is ok, deactivate is not)