Error in VBAProject: ActiveX component can't create object
11 ビュー (過去 30 日間)
古いコメントを表示
I have compiled an Excel Add-in from an matlab m-file. I use Matlab R2008a and the Builder EX. The compiler is Visual C++ 2008.
The compiling is successful and the files are being created. I can create the Excel Add-in. However, when I want to compute the function in Excel I get this error:
Error in VBAProject: ActiveX component can't create object
How to solve this?
0 件のコメント
回答 (1 件)
Friedrich
2011 年 8 月 14 日
Hi,
looks like your project DLL is not registered or one of the COM DLL's shipped with MATLAB. Please look here
This will tell you what to do.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!