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.
マクロでは、ActiveDocument(Word)、ActiveWorkbook(Excel)、またはActivePresentation(PowerPoint) のいずれかを使用する必要がありますが、まず実行中のアプリケーションを特定する必要があります。
ActiveDocument
ActiveWorkbook
ActivePresentation
マクロが実行されている Office ドキュメントの種類を確認するにはどうすればよいですか?
これは、実行中のアプリケーションの名前を取得する方法です。
MsgBox Application.Name