EXCEL(VBA)でパスワードを生成します。 パスワードの桁数、文字種類(英数字、英字のみ、数字のみ)および作成するパスワードの個数を選択できます。親切機能としてパスワードの読み方がひらがなで付きます。 (2007/03/15) 大漁くん2号で英字の大文字、小文字、混在の指定ができるようになりました。 Sub PasswordGen() Const DEFAULT_COLS = 8 ' パスワードの桁数 Const DEFAULT_NUM = 1 ' パスワードの個数 Dim cols As Integer Dim num As Integer Dim chars As String, password As String Dim upper As Integer, pointer As Integer, i As Integer Set MenuSheet = Worksheets("