AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,058
- Office Version
- 2019
- 2010
- Platform
- Windows
I started this thread but it's kind of dried up and I'm still struggling with a list box problem.
http://www.mrexcel.com/forum/excel-questions/910357-list-box-woes-2.html#post4379907
There's 3 boxes involved. If I click - then shift click the same item in, say List 1 , then click in another listbox instead of deselecting everything in List 1 as intended, it selects each previous item and moves back with every click until it reaches the top. Then reports "Could not set the Selected property. Unspecified error." on the line with command .Selected(i) = False where i is 0.
I'm hoping it's something in my code but think it's a bug in Excel. I say that because it sometimes works, but always fails the first time.
Are any guru's around who can prove that? Plus how's best to demonstrate this? I can't paste in a piece of code as the Form & Controls are needed.
Any help appreciated. Been 3 days trying to figure this out !
http://www.mrexcel.com/forum/excel-questions/910357-list-box-woes-2.html#post4379907
There's 3 boxes involved. If I click - then shift click the same item in, say List 1 , then click in another listbox instead of deselecting everything in List 1 as intended, it selects each previous item and moves back with every click until it reaches the top. Then reports "Could not set the Selected property. Unspecified error." on the line with command .Selected(i) = False where i is 0.
I'm hoping it's something in my code but think it's a bug in Excel. I say that because it sometimes works, but always fails the first time.
Are any guru's around who can prove that? Plus how's best to demonstrate this? I can't paste in a piece of code as the Form & Controls are needed.
Any help appreciated. Been 3 days trying to figure this out !