For counter = 0 To 33 'add up to 50 as new costs are added
If counter = 8 Or counter = 25 Then GoTo fine 'Botsareus 6/22/2013 Removed the fields physically we need to skip them here
If counter > 9 And counter < 20 Then GoTo fine
Costs(counter).text = TmpOpts.Costs(counter)
fine:
Next counter