Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
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.
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.
Hello
Sorry , Actually i need to export the results calculated from Mathcad to Excel.
If so, then use WRITEEXCEL(M, "file", "range") - writes a matrix M to an Excel file.
Hi Everyone
I need to export the results to Excel from Mathcad , I have wrong mentioned in the original post.