Generate random number of strings that are stored in an array .
Hello guys
following up with my vba journey , i'm facing a problem which is how to generate n number of strings that are stored in array , each one generated being unique.
my concern as for now is to just generate the n strings first and then work with the code to obtain the uniqueness of generated strings .
i was able to create a function that generate a random number within a certain range but for strings i'm stuck , i'v done some research and i cant seem to find the answer .
i thought that maybe i have to convert the strings to numerical value using a function and then generate the n amount and then convert them back to strings but i'm unable to apply this idea .
thanks for your answers and help in advance .