Why do I receive a "Run-Time Error 429" when I try to use Spreadsheet Link EX with Excel?
4 次查看(过去 30 天)
显示 更早的评论
I have properly installed MATLAB and Spreadsheet Link EX but when I launch Excel I get a runtime error 429.
采纳的回答
MathWorks Support Team
2017-11-14
This error can occur if the automation server for Excel Link was not registered properly. Reregistering can fix the issue.
You can do this by using the following command at the MATLAB Command Prompt:
!matlab -regserver
Equivalently, you can execute the following in the Windows Command Prompt:
matlab -regserver
If you are using a Windows version that includes User Account Control (e.g. Windows Vista or Windows 7), you may need to start the Command Prompt with elevated privileges. You can right click on the Command Prompt shortcut and choose "Run as Administrator".
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!