A place for discussion and posting about current and past VB projects, and really any other thing i want.
Private Sub MakeRandom()Dim theNum As DoubleDim theUpper As StringDim theLower As String' Upper CasetheUpper = Chr(64 + Rnd() * 10000000 Mod 26)' Lower CasetheLower = Chr(96 + Rnd() * 10000000 Mod 26)End Sub
Post a Comment
No comments:
Post a Comment