Hi,

Thanks for looking at my post.

I am kind of stuck with vba code (Actually need help with creating vba code please)

I have listbox1,Textbox1 and Textbox2.

Depending upon number of items selected in listbox1 is there any way to get Textbox2 = Textbox1 X number of items selected from listbox1 ?

Example: If there are 5 items in listbox1, no. of items selected is 2, and Textbox1 = 10 and therefore Textbox2= 10 X 2 = 20

Any idea guys?

Much appreciated for your time