I'm using the following command to add lines to a list box
list1.additem 1 & "USER NAME" & "DEPARTMENT" & "THE DATE"
Now I want the user name and the department name to appear justified, example:
I don't want it to look like :
1-FIRST NAME HERE DEPARTMENT HERE
2-SECOND NAME HERE DEPARTMENT HERE
3-THIRD NAME HERE DEPARTMENT HERE
I want the line to look like
1-FIRST NAME HERE ---------------DEPARTMENT HERE
2-SECOND NAME HERE -------------DEPARTMENT HERE
3-THIRD NAME HERE----------------DEPARTMENT HERE
got my point? now can you help lol


Reply With Quote
