Thank you HeSaidJoe for your help! I´ve managed to get solid tabs to my listbox with that apicall! But when I´m trying to print that listbox with printer object the tabs wont stay on their places. How I can print listbox just the way it looks?
Printable View
Thank you HeSaidJoe for your help! I´ve managed to get solid tabs to my listbox with that apicall! But when I´m trying to print that listbox with printer object the tabs wont stay on their places. How I can print listbox just the way it looks?
'from the example given earlier..just repeat using print
Code:List1.AddItem "...A lesson" & vbTab & "in creating" & vbTab & "columns" & vbTab & "in a listbox!"
Printer.Print "...A lesson" & vbTab & "in creating" & vbTab & "columns" & vbTab & "in a listbox!"
I'm having the same problem as you are alothough the last post was saying just print it straight to the printer but that poses a prob with going back and editing the listbox B4 u print..... is there another way to solve this problem......