Microsoft
Software
Hardware
Network
Question : List Box with multi columns
I have a list box with 4 columns.
The first column is the bound column and the first and last columns are hidden.
I know that listbox.value will return the data in the bound column.
Is there a way to retrun the data in the other columns?
I've tried listbox.value(1) but I get an error that says Type MIsmatch
Answer : List Box with multi columns
Make that listbox.column(1)
After many tries!!
Random Solutions
MS Access 20077 How to pass text field data from form to table
Increase number of rows per page in ASP.NET GridView
SQL sever 2008 trial edition restoring .bak file
Can't disable PIN on iPhone on Activesync exchange 2007
Error-handling if SQLCMD fails in .bat Windows script
Date formula in Excel
How to generate autonumber value on add new record
Downgrade Windows Vista Ultimate to Vista Professional
Display SharePoint Version in Word Documents
Move cursor to field using after update event