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.
VBA に FORM と MODULE があります。マクロが実行されると、フォームが表示され (frmQuestions)、データがテキスト ボックス (txtName) とプルダウン (lstChoose) に入力されます。ユーザーがコマンド ボタン (cmdEnter) を押したときに、txtName と lstChoose のデータをモジュールに渡すにはどうすればよいですか?