This might help:

1) I have 5 Radio buttons for Weight

1
3
5
10
>10

2) I have 4 Radio buttons for Zones

Zone A
Zone B
Zone C
Zone D

So users will select a radio button for Weight and one for the Zone and depending on which ones they select will determine the data pulled from the arrays.

Ex: Radio button 1 and Zone B selected

then MessageBox.Show("("The shipping rate is " & strValue, "Cost to Ship")

Where strValue will be the value from the arrays(which I also don't know how to set up a statement for) Please help!