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.
MS Excel VBAのユーザーフォーム内にフォームを埋め込む方法はありますか? VBA でウィンドウの最小化、最大化、および閉じる機能を備えた埋め込みフォームを作成する必要があります。
必要なものは、実際には親フォームと子フォームを持つ MDI (Multiple Document Interface) と呼ばれます。VBA では、SDI (Single Document Interface) のみを作成できます。Microsoft Visioについてはわかりませんが。しかし、それ以外は間違いなくSDIです
したがって、答えは「いいえ」です。VBA で MDI アプリケーションを作成することはできません。