list box

VBStudent45
07-18-2003, 10:34 PM
if i have a listbox that has the checkbox style, how do i change if its checked or not using a command button?

there a list box with a checkbox and the name BOB

what should the command button code say to change BOBs checkbox to checked??

list1.?

??

Squishy
07-18-2003, 10:53 PM
List1.Selected(x) = True 'checked

VBStudent45
07-18-2003, 10:56 PM
thanks

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum