Print only Multi Selected Items from List Box

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
 
K

Klatuu

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top