excel-vba:create-textfile
テキストファイルを作成して入力するVBA
Open ThisWorkbook.Path & "/hoge.txt" For Output As #1 Print #1, "hoge" Print #1, "fuga" Print #1, "piyo" Close #1
スポンサーリンク
excel-vba/create-textfile.txt · 最終更新: 2024/11/03 16:17 by shimehitsu14