Excel 上で VBA マクロを実行すると「実行時エラー '91'」が発生するのはなぜですか?
Ältere Kommentare anzeigen
次のコマンドをExcelのVBAマクロで実行すると、エラーが発生します。
Dim Matlab As Object
Dim server_version As String
Matlab = CreateObject("matlab.application")
server_version = Matlab.Execute("version")
実行時エラー '91':
オブジェクト変数または With ブロック変数が設定されていません。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 外部言語インターフェイス finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!