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.
Excel VBA では、COM オブジェクトを作成できますCreateObject("NameSpace.InterfaceName")。
CreateObject("NameSpace.InterfaceName")
次に、次のような関数を呼び出しますmyComObject.DoStuff()
myComObject.DoStuff()
ブレークポイントを設定しmyComObject.DoStuff()て Visual Studio を起動し、ここから関数をデバッグする方法はありますか?
Com オブジェクトは C# で記述されています。