VBA Password

VBA Password

Anonymous
Not applicable
292 Views
1 Reply
Message 1 of 2

VBA Password

Anonymous
Not applicable
Hey,

I am new on this site and also new to VBA. I am trying to write a code in VBA tha will get password of users.Here is where I am stuck.The password must be chosen by users and must be exactly 12characters long alphanumeric and all letters should be uppercase.
I am also trying to figure out the meaning of this VBA statement:
Chr(Int(90-65+1)*Rnd+ 65)
0 Likes
293 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
>>Chr(Int(90-65+1)*Rnd+ 65)

'random' uppercase letter A-Z
0 Likes