Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel 97, userforms are only modal. Stephen Bullen documents a way to
make them modeless, but it is a "trick" so I am not sure you want to use it in an application. (in xl2000, the userform has an option to be modeless) http://www.bmsltd.co.uk/Excel/Default.htm If you just want the user to select a range, you can use a refedit control. -- Regards, Tom Ogilvy TBA wrote in message ... Excel 97 Windows 2k Pro I have a Userform that loads and is shown when a button is pressed on a custom toolbar. I'd like to be able to minimize the form or in some way "keep it on top" while the user interacts with the spreadsheet. Unfortunately I believe there is something fundamentally wrong with my approach to this little program. That or I've chosen the wrong object to house my user options. Is there some way to keep the form available and still allow the user to interact with the spreadsheet? Or is it back to the drawing board?. As usual, all suggestions and criticisms welcome. -gk- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom. I did download Stephen's sample workbook from an earlier
question I asked. Guess I better read up on Modality and see about upgrading. -gk- "Tom Ogilvy" wrote in message ... In Excel 97, userforms are only modal. Stephen Bullen documents a way to make them modeless, but it is a "trick" so I am not sure you want to use it in an application. (in xl2000, the userform has an option to be modeless) http://www.bmsltd.co.uk/Excel/Default.htm If you just want the user to select a range, you can use a refedit control. -- Regards, Tom Ogilvy TBA wrote in message ... Excel 97 Windows 2k Pro I have a Userform that loads and is shown when a button is pressed on a custom toolbar. I'd like to be able to minimize the form or in some way "keep it on top" while the user interacts with the spreadsheet. Unfortunately I believe there is something fundamentally wrong with my approach to this little program. That or I've chosen the wrong object to house my user options. Is there some way to keep the form available and still allow the user to interact with the spreadsheet? Or is it back to the drawing board?. As usual, all suggestions and criticisms welcome. -gk- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple user in excel to edit a userform | Excel Discussion (Misc queries) | |||
Excel Named Formula Weakly Interacts with a Variable Range on the Worksheet - Re-Visit | Excel Discussion (Misc queries) | |||
UserForm Data to Spreadsheet | Excel Discussion (Misc queries) | |||
userform for spreadsheet | Excel Discussion (Misc queries) | |||
How to get User input from Userform Text box | Excel Programming |