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 Report (NZ Function)
How to hide textbox but keep it useable in VB.NET
SQL 2008 Log file
Why am getting this ASP.net / SQL 2008 logon message >
How do I create a macro to print all records in a Pivot Table with multiple page fields and dynamically set print area?
How do I check which SP 's this pc is using?
Why do pivot tables continually corrupt excel sheets?
Pivot on two columns
Tools send mail to old Exchange server is there any way to forward these emails to new server.
How to get an auto incremented value in the primary key column in ms-access?