View Single Post
 
Old 08-18-2014, 06:53 AM
CoolBlue's Avatar
CoolBlue CoolBlue is offline Windows 7 64bit Office 2013
Advanced Beginner
 
Join Date: Jun 2014
Location: Australia
Posts: 40
CoolBlue is on a distinguished road
Default

Just for interest, I can confirm the exact same behaviour on a very simple form. I don't think your Form is corrupt, it looks to me like the .Value property for ListBox is broken. ComboBox works fine using the .Value to load and either .Value of .ListIndex to output. ListBox works reliably loading and dumping using .ListIndex but .Value... not so much. No ammount of "DoEvent"-ing seems to make any difference...
Attached Files
File Type: xlsm Book1.xlsm (25.9 KB, 12 views)
Reply With Quote