This works but I need the interger to be a string. But a string is not part of the parse family. Can I substitute something for the parse that will let me use a string value?

Dim LoadItemNumber = Integer.Parse(cboItemNumber.Text)

Justin