Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel userform always visible

Status
Not open for further replies.

DrSmyth

Technical User
Jul 16, 2003
557
GB
Hi, not sure if you can do this in excel, but i need to make a userform always visible and in the same place (in relation to the application window), even when the user is selecting cells and scrolling around in the underlying spreadsheet....

Thought it would just be a matter of changing the setfocus settings, but userforms in excel don't seem to have them...

would appreciate any help/suggestions you may have..

Dr
 
Hi DrSmyth,

Providing you have at least Excel 2000, you can have modeless Userforms. Show them with
Code:
[blue][i]UserFormName[/i].Show vbModeless[/blue]
.

Moving it around is another matter altogether - the User can move it and might be a bit peeved if it suddenly jumped somewhere else.

Enjoy,
Tony

--------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
 
sorry Tony, should have mentioned, we're using office 97 (and windows NT, which may give you an idea of how "old school" my company is.....)

guessing that modeless function is not available on 97??? or is it??
 
Thanks for the pointer.... The site you've linked to is brilliant... The modeless forms are definitely usuable...

Thanks again...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top