I am using the following line of code to print two columns of data in a listbox.

List1.AddItem myfile & vbTab & vbTab & vbTab & oFile.DateCreated

Most of the items print fine in two separate columns, but some of the second column items don't print at the same tab stop. For instance, they may be indented a few spaces. It makes the output for the second column look zigzagged.

In debug, I see no reason for this to occur. Any ideas?