Doflamingo
Board Regular
- Joined
- Apr 16, 2019
- Messages
- 238
Dear all,
I currently have problem with the header added to my listbox. It has been activated (listbox property where columnheads of the listbox = true) but I don’t know why the code below
Where in the cell E1 from an excel sheet its’ written ‘’blabla’’ but the header of the listbox makes appear in the header ‘’E1’’ and below the header ‘’blabla’’
How to make appear the value of the cell E1 in the lisbox header ?
Or if anyone knows how to populate header of listbox without using cells value of an excel sheet, I take it
I currently have problem with the header added to my listbox. It has been activated (listbox property where columnheads of the listbox = true) but I don’t know why the code below
Code:
Listbox1.rowsource = (“E1”)
Where in the cell E1 from an excel sheet its’ written ‘’blabla’’ but the header of the listbox makes appear in the header ‘’E1’’ and below the header ‘’blabla’’
How to make appear the value of the cell E1 in the lisbox header ?
Or if anyone knows how to populate header of listbox without using cells value of an excel sheet, I take it