问题 My Problem I don't know any VBA Need to generate a string of 12 chars (ALPHA + numbers , 0-9 , A-Z) IN VBA... Sample output : "ADF3V3224K1WQ" (12 characters long , Higher caps Alphabetical letters , and Numeric values aswell). Story I'm having a hard time figuring out how to create a string generator (didn't say it has to be random, but it 100% has to be unique, meaning it has to check for duplications or store existing values), I have no experience with VBA. I already found a similar post