Excel 上で VBA マクロを実行すると「実行時エラー '91'」が発生するのはなぜですか?
Show older comments
次のコマンドをExcelのVBAマクロで実行すると、エラーが発生します。
Dim Matlab As Object
Dim server_version As String
Matlab = CreateObject("matlab.application")
server_version = Matlab.Execute("version")
実行時エラー '91':
オブジェクト変数または With ブロック変数が設定されていません。
Accepted Answer
More Answers (0)
Categories
Find more on 外部言語インターフェイス in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!