Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there folks.
I am using 2002. In a user form demo I have been using, one of the really nice features is that it keeps displaying the selection its subs are working on while the form is in focus. I am trying to achieve the same in my own application, and how to do this seems to be eluding me. The following two examples of code do not achieve the desired result. Any suggestions would be really appreciated. Thanks Geoff -------------------------------- Sub CommandButton1_Click() UserForm3.Show End Sub -------------------------------- Sub CommandButton1_Click() UserForm3.Show Selection.Hidden = False End Sub ------------------------------- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to keep focus on txt_box in userform | Excel Programming | |||
Object on userform can't get focus | Excel Programming | |||
Focus on Control before UserForm(s) pop up | Excel Programming | |||
UserForm Loss Focus | Excel Programming | |||
removing selection focus in listbox | Excel Programming |