hello all.

I have a listbox contains a culomn of numbers (column 3).

When the list box contains any number the command
total = ctl.Column(3, varItm)
works fine !

But .

When the list box contains 0.00 or simple 0 , the
return value is ""

i get "data type conversion error"

i need to get a total of the column and 0 is a valid
data for me .

it makes me alittle crazy i hope you can explain !
i don't wand to use
if ctl.Column(3, varItm) = "" then
couse it rotten programming.