Thanks for your responses but this isn't doing it for me. I'm trying to create a pure window in code with the intention of adding controls later, also in code. The underlying application is Excel.
See "UserForm Window" in the VBA help files. There, it says "Each form window has a Maximize, Minimize, and Close button". But inserting a userform only provides the Close button. How do I get the others? Do propertie xlMaximize, xlMinimize, etc. come into play?
Later, I may wish to remove the Title bar altogether. Can I do this?