Hey,
I'm trying to make a 3 character random string using every letter, symbol and character able to go into a text file so
Essentially I want the following...
... is the code/function to create the random characters
I found something over at ozgrid but unsure if I am allowed to link to their forum, however the code I found doesn't do symbols and doesn't make a blacklist for the ones below
Following symbols can't be used in file names:
How would I go about implementing something like this?
I'm trying to make a 3 character random string using every letter, symbol and character able to go into a text file so
Essentially I want the following...
Code:
Dim randString as String
randString = ...
I found something over at ozgrid but unsure if I am allowed to link to their forum, however the code I found doesn't do symbols and doesn't make a blacklist for the ones below
Following symbols can't be used in file names:
Code:
|
\
/
:
*
?
<
>