ListBox1.ColumnCount = 20
ListBox1.ColumnWidths = "40;40;60;60;40;40;40;40;40;40;40;40;40;40;40;40;160;60;100;100"
ListBox1.RowWidths.AutoFit
ListBox1.RowSource = "DATA!A2:t" & Sheets("DATA").Range("A65536").End(xlUp).Row
ListBox1.ColumnHeads = True
list boxda her satır için satır yüksekliğini otomatik verilere göre ayarlayamadım. Yardım edebilirimisiniz.
ListBox1.ColumnWidths = "40;40;60;60;40;40;40;40;40;40;40;40;40;40;40;40;160;60;100;100"
ListBox1.RowWidths.AutoFit
ListBox1.RowSource = "DATA!A2:t" & Sheets("DATA").Range("A65536").End(xlUp).Row
ListBox1.ColumnHeads = True
list boxda her satır için satır yüksekliğini otomatik verilere göre ayarlayamadım. Yardım edebilirimisiniz.
