??? source them? you mean split them up?

Like

Dim Ltrs() as string
myVar = "-12345"
Ltrs = Split(myVar,"")

after that:
Ltrs(0) = "-"
Ltrs(1) = "1"
etc..



what dropdown list?