Question:
How to add Checkedlistbox Control to VBA?
Oden91
2009-03-30 06:48:25 UTC
I want to use Checkedlistbox Contorl in VBA. But I'm not able to find it.

I think I have to add its reference to references or add it in Additional Controls...............its not there!?

Any idea?
Three answers:
jp2112jp
2009-03-30 19:24:08 UTC
The closest equivalent in VBA is a multi-select listbox, which is a listbox with selectors (radio buttons) next to each entry. You can click the radio buttons to select a row.



HTH
garbo7441
2009-03-30 15:41:53 UTC
I think the problem is that VBA is Visual Basic for Applications, such as Excel, Access, and Word.



Its functionality is not exactly the same as free standing Visual Basic.



I don't think you will find 'Checkedlistbox Control' is integral to VBA.
Mister Answerman
2009-03-30 18:12:57 UTC
It is only in VB and not in Excel.

If you know the name of the control then right-Click the Control toolbox > Additional Controls and see if it is listed.



I've had a look but couldn't find anything but maybe your version might have it.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...