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 [...]
↧