Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I have linked listboxes in a UserForm. Actually, I've written code to link them, such that if somebody chooses option A in ListBox 1, then ListBoxes 2 and 3 update with new choices. I've gotten the ListBoxes to successfully update with the new choices. However sometimes the choices show up as blank. The user can actually click on the blank choices--and Excel picks up the choice. But you cannot actually see the choice. Sometimes the choice shows up again after you scroll up and down in the listbox. Anybody know what's up with this? Thanks. -- befar ------------------------------------------------------------------------ befar's Profile: http://www.excelforum.com/member.php...o&userid=34682 View this thread: http://www.excelforum.com/showthread...hreadid=544480 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could try adding Me.Repaint at the appropriate point(s) in your code.
-- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "befar" wrote in message Hi, I have linked listboxes in a UserForm. Actually, I've written code to link them, such that if somebody chooses option A in ListBox 1, then ListBoxes 2 and 3 update with new choices. I've gotten the ListBoxes to successfully update with the new choices. However sometimes the choices show up as blank. The user can actually click on the blank choices--and Excel picks up the choice. But you cannot actually see the choice. Sometimes the choice shows up again after you scroll up and down in the listbox. Anybody know what's up with this? Thanks. -- befar |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox in UserForm | Excel Discussion (Misc queries) | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
UserForm Listbox in VBC | Excel Discussion (Misc queries) | |||
UserForm with ListBox | Excel Programming | |||
UserForm ListBox | Excel Programming |