Hello Guys,I am working on an application. It is such that there are 2 list boxes or combo boxes. One is Labeled Departure and the other is labeled Destination. The boxes contain various states in America and each state has its unique feature of distances. The difference of the distances has to be reflected on a label.Where I need help is a code to execute the contents of the array into values For instance:Option ExplicitPrivate Type Stateinfo statedeparture as integer stateDestination as integer TotalDistance as integerEnd Type Dim StateDistance (10, 20) as stateinfoHow do I code the list-boxes to display the Form_Load values in a label?Hope to hear from you soon.TM