proc main
transmit "pro^M"
waitfor "Action: "
transmit "mod^M"
waitfor "Subscriber Name or Extension: "
transmit "2147^M"
waitfor "Name (last first) : (Previous = Thomas Harold): "
transmit "^M"
waitfor "Class Number : (Previous = 311): "
transmit "^M"
waitfor "Extension [1] (Previous = 2147): "
transmit "8821^M"
waitfor "Would you like to disable network access for this subscriber?[Y/N] "
transmit "n^M"
waitfor "Extension [2] (Previous = 3147): "
transmit "98221^M"
waitfor "Extension [3] "
transmit "^M"
waitfor "PhoneMail Password : (Previous = ##########): "
transmit ";^M"
waitfor "Subscriber Name or Extension: "
transmit "1887^M"
waitfor "Name (last first) : (Previous = Oswood Teresa): "
transmit "^M"
waitfor "Class Number : (Previous = 311): "
transmit "^M"
waitfor "Extension [1] (Previous = 1887): "
transmit "7777^M"
waitfor "Would you like to disable network access for this subscriber?[Y/N] "
transmit "n^M"
waitfor "Extension [2] (Previous = 2887): "
transmit "8888^M"
waitfor "Extension [3] "
transmit ";^M"
endproc
This is just the first part the problem is when I try to link it to a data base to fill in the areas. How do I link excell spread sheet to this to fill out the (ie "8888^M"

.