|
-
Feb 11th, 2004, 01:06 PM
#1
Thread Starter
Hyperactive Member
Forms in Excel
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?
-
Feb 11th, 2004, 09:49 PM
#2
-
Feb 20th, 2004, 11:57 PM
#3
Lively Member
UserForms can be made to stay on top. My current project has a UserForm that stays on top of the WorkBook. I don't see any property for this, and have done nothing to make it do this. I can't tell you how to make it work for you, but it proves it can be done.
Edit: In response to the reply after this: "Oops, misunderstood what he was intending it to be "Always on Top" of."
Last edited by Daniel McCool; Feb 21st, 2004 at 12:11 AM.
"Some love is fire, some love is rust. But the finest, cleanest love is lust." - James Bond
-
Feb 21st, 2004, 12:06 AM
#4
Fanatic Member
How the UserForm operates compared to the Workbook is determined by the ShowModal property. UserForms can stay on top of the Workbook, but they can not stay on top of other applications if the Workbook is minimized. If the Excel Application is not on top, then the "Visual Basic" UserFrom for the "Application" (VBA) cannot "remain on TOP of all other windows".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|