Message 1 of 2
VBA Password

Not applicable
02-05-2009
02:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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)
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)