Skip to main content
1-Visitor
May 12, 2016
Question

Mathcad 15 excel component not working

  • May 12, 2016
  • 5 replies
  • 3667 views

Hi I am using MAthcad 15. I have insert an excel component for importing the results. But very rarely it works. Most of the time i get this error.

Please help me

Mathcad Error.JPG

5 replies

1-Visitor
May 17, 2016

I know the same problem from Mathcad Prime: Problem with Excel component being "busy" . I have not found a solution for it other than replacing the excel component / reloading a backup version of the file.

24-Ruby IV
May 17, 2016

To import data into the working document, you can also use "READEXCEL("file", "range", [emptyfill])" the built-in function, which returns a matrix from a defined range in an Excel worksheet.

sa-61-VisitorAuthor
1-Visitor
May 18, 2016

Hello

Sorry , Actually i need to export the results calculated from Mathcad to Excel.

24-Ruby IV
May 18, 2016

If so, then use WRITEEXCEL(M, "file", "range") - writes a matrix M to an Excel file.

Pic_1.png

sa-61-VisitorAuthor
1-Visitor
May 18, 2016

Hi Everyone

I need to export the results to Excel from Mathcad , I have wrong mentioned in the original post.