MATLAB: How to check if the Excel COM server creation fail is caused by MATLAB

MATLAB

How to check if the Excel COM server creation fail is caused by MATLAB?

Best Answer

1.Start Windows Powershell (click start, type powershell and open Windows Powershell app)
2. In power shell, type this
$excel = New-Object -ComObject excel.application
$excel.Visible = 1
If you see Excel, then it seems to be caused by MATLAB, if not please repair/reinstall your Excel installation.