My program starts hanging on this line ...
If lstYachtSize.SelectedItem(0) And cboYachtType.SelectedItem(0) Then
The variables indicate "22" for the yacht size and "C&C" for the yacht type. So, if the user selects a yacht size and type, the calculation for these 2 selections should place the total in a label.
Any ideas as to what I am doing wrong?