Hi,
I need a script that takes an InputBox entry separated by commas then form number combinations of two from the data entered. The InputBox will always take a maximum of 5 numbers separated by commas. Example "00,01,02,03,04"
And then form all the combination of two :
"00-01"
"00-02"
"00-03"...