Quantcast
Channel: simoncpage.com » excel 2003
Viewing all articles
Browse latest Browse all 10

Excel VB | random password generator

$
0
0
There are a few of way I like to create random passwords usually from a Filemaker server based database, for more security, but here is an Excel visual basic equivalent of what I use: Random Password Generator This code below generates passwords completely randomly. Public Function RndPass(Length As Integer, Optional Lower As Boolean) As String Dim Max As [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles