Hi All,
ListBox1.ColumnCount = 4
ListBox1.ColumnWidths = "25;120;60;80"
Me.ListBox1.list = Sheets("Sheet1").Range("A2:AF100").Value
My data range is ("A2:BB100")
Here in this list box, I want only 2 columns (Column A and Column AF)
Can anybody help me to solve this,
1. I want to use variables for list range and data range. The ranges will vary.
Thanks - Jamshad
ListBox1.ColumnCount = 4
ListBox1.ColumnWidths = "25;120;60;80"
Me.ListBox1.list = Sheets("Sheet1").Range("A2:AF100").Value
My data range is ("A2:BB100")
Here in this list box, I want only 2 columns (Column A and Column AF)
Can anybody help me to solve this,
1. I want to use variables for list range and data range. The ranges will vary.
Thanks - Jamshad