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
OK, here goes, hopefully this makes sense! I have a small project based off of the appfuse web service only archetype. I have a business facade which has a DAO injected, through this DAO I request so