Guest_imported
New member
- Jan 1, 1970
- 0
In VBA there is a feature in listbox that allows you to have multiple columns. What I mean by this is to display data that needs to be in grid like format you can use a listbox and set columncount to the number of Columns you need. You can also set ListBox1.List(irow, icolumn)= "some text" I can’t seem to do this in VB and I must display data in a row/Column format. Any ideas?
Thanks for your help.
Thanks for your help.