View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default Multiple selectboxes on one row in a listbox???

Not with a standard listbox control; it only allows one choice per row.
--
- K Dales


"Ylva" wrote:

Would like to do something like this in a listbox...

------------------------------------

Report1 [] read [] write
Report2 [] read [] write
Report3 [] read [] write

-------------------------------------

Possible?