I have a multi select listbox. I have a cmd button with the following code in it.
That gives me the value of the first item selected in the listbox. But what I need is the sum of all the items selected in the list box. Can anyone show me how to do this?
Code:
Me.Text40 = Me.List38.Column(2)