i have the things listed below
dim col_values as new collection
dim var_list(100) as variant
i want to add var_list1 to col_values under a key say"k"
i try using this
col_values.add var_list1,"k"
but this is throwing up an error.
Please help me........