For X = 0 to ComboName.Listcount-1
ComboName.Listindex = X
Printer.Print ComboName.Text
Next
Printer.EndDoc
Have not tried it but sure it will do something
You might want to make the combo visible=false while you are running the code to make it faster, and not see the combo box cycling through its contents. Give it a try, and shoutback, someone may give a better way of doing it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.