It should work, its very basic
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.