SQUIDD
Well-known Member
- Joined
- Jan 2, 2009
- Messages
- 2,144
- Office Version
- 2019
- 2016
- Platform
- Windows
Hi All
Me again.
I am trying to check and uncheck items in a listbox.
LISTBOX is LB1
Say i wanted to tick index 3.
I cant get the syntex correct
Thanks again
dave
Me again.
I am trying to check and uncheck items in a listbox.
LISTBOX is LB1
Say i wanted to tick index 3.
VBA Code:
LB1.List(Me.LB1.ListIndex).SELECTED = TRUE
I cant get the syntex correct
Thanks again
dave