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.
一連のヘッダー情報を要求する 1 つのドキュメントをユーザーに開いてもらい、ユーザーがボタンを押すと、他の選択されたワード ドキュメントと Excel スプレッドシート (可能な場合) が開き、それらを保存して閉じます。
Workbooks.Open(Filename:="C:\test.xls") を使用できます
そして、それに応じて ActiveWorkbook.Save と .Close を実行します
一度に 1 つのワークブックで作業できることに注意してください