Print only Multi Selected Items from List Box

  • Thread starter Thread starter LED
  • Start date Start date
L

LED

I have a list box in which users can multi select. Is there a way to do one
of the following:

1. print only the selected items in the list box
or
2. give a different font color to the ones that are chosen when printed
or
3. copy from the list and add into a comment box

Any help would be greatly appreciated. Very new at this. Thanks
 
Any or all of those are possible, but you don't give enough detail to know
exactly what you are doing. For example:

"print only the selected items in the list box"

Print them where?
How do you want to initiate the printing?

The basic concept of all your questions is the use of the ItemsSelected
property of the list box. You will find a good example of how to use it in
VBA Help under ItemsSelected.
 
Back
Top