--------------------------------------------------------------------------------
Please like/subscribe. It's a great help.
--------------------------------------------------------------------------------
If you have any questions, please email [email protected].
File Link: https://drive.google.com/open?id=1dTz...
'-----------------------------------------
Private Sub UserForm_Initialize()
'-----------------------------------------
With Me.ListBox1
.ColumnWidths = "110;100" ' width: 200
.RowSource = "T"
End With
End Sub
'---------------------------
Sub show_form()
'---------------------------
VBA.Load UserForm1
UserForm1.Show Modeless
End Sub
#Listbox horizontal scrollbar visible