I got the following code but not sure how to make it working for multicolumn listbox . My text file stores data as below:
1,A
2,B
3,C
4,D
I need to make 1st column of the listbox hidden so that users can see A,B,C,D in the listbox .
Private Sub UserForm_Initialize()
Dim fn As String, ff As...