I have an 'automated' Excel report and I wanted to use a form to hold a text box that would display the status of the report as it is running.

I have never used forms in Excel before, and to my dismay, they do not have all the properties accociated with normal VB forms.

Here is what I would like to do with the form:

I don't want the user to be able to close the form
I want the user to be able to minimize the form
I want the form to remain on TOP of all other windows

Is it possible to do the above?