Skip to main content
1-Visitor
May 28, 2015
Solved

WRITEEXCEL - MathCAD 15 - won't write file

  • May 28, 2015
  • 5 replies
  • 4664 views

Hello all,

I'm working with the WRITEEXCEL function for the first time and seem unable to make even the most basic example work.  In the attached file, no file gets written and I am unclear why this would be.

Best regards...

Best answer by StuartBruff

mlabree wrote:

Hello all,

I'm working with the WRITEEXCEL function for the first time and seem unable to make even the most basic example work.  In the attached file, no file gets written and I am unclear why this would be.

Although you've written the WRITEEXCEL command correctly, Mathcad won't do anything with it until you evaluate it.  Either write Result:=WRITEEXCEL(...) or WRITEEXCEL(...)=; the former is usually preferable to displaying a large array.

Stuart

5 replies

23-Emerald V
May 29, 2015

mlabree wrote:

Hello all,

I'm working with the WRITEEXCEL function for the first time and seem unable to make even the most basic example work.  In the attached file, no file gets written and I am unclear why this would be.

Although you've written the WRITEEXCEL command correctly, Mathcad won't do anything with it until you evaluate it.  Either write Result:=WRITEEXCEL(...) or WRITEEXCEL(...)=; the former is usually preferable to displaying a large array.

Stuart

mlabree1-VisitorAuthor
1-Visitor
May 29, 2015

Thanks Stuart!  A newbie mistake...appreciate the help.

23-Emerald V
May 29, 2015

No problem.

Stuart