Hi All,
How can I quickly set all cells in a listbox to TypeEditable? I tried the
following, but it gave me an outofboundsexception:
for i=0 to listbox1.columncount
listbox1.columntype(i)=Listbox.TypeEditable
next
I even tried the following, but I was greeted with the same goodbye message:
for i= 0 to listbox1.listcount
for j=0 to listbox1.columncount
listbox1.celltype(i,j)=Listbox.TypeEditable
next
next
Thanks in advance,
Ronald Vogelaar
http://www.rovosoft.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|