Error in VBAProject: ActiveX component can't create object
조회 수: 7 (최근 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!