Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エクセル2007のマクロを作りたいです。csvファイルからExcelファイルにデータを取得します。このマクロを実行するコードを私と共有してください。返信してください :)
問題がわかりません。これはうまくいきませんか?
Sub Macro1() ChDir "C:\Users\foo\documents" Workbooks.Open Filename:="C:\Users\foo\documents\test.csv" End Sub