I have a list of names in Excel (First names held in column A, Surnames held in column B) and I want to copy them and paste straight into my application somehow and get it to assign the names to an array. I don't want to have to create and read text files and don't want to hard code the names into my program as they will differ.
It's also important to paste say, all 30 names in in one go, not one name at a time.
I'd appreciate any help.
It's also important to paste say, all 30 names in in one go, not one name at a time.
I'd appreciate any help.