How do I print out a listbox that contains a single column of items?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilanka DharmadasaPosted Jan 5, 2010, 12:45 AM
I wrote a simple example for you. It will show how to print list box items.
Download my code.
Please do not forget to tick 'Do you like this answer' checkbox, if my answer helps you.
Brad BucholzPosted Jan 5, 2010, 10:58 AM
Thanks,
Brad
paul danielPosted Jan 5, 2010, 7:45 AM
Hi
Try this Code:For i = 0 To List1.ListCount - 1
Printer.Print List1.List(i)
Next i
Printer.EndDoc
Thanks,
Paul daniel
Brad BucholzPosted Jan 4, 2010, 10:53 AM
Thanks,
Brad