Jun 30, 2014 #1 Muttzy Mechanical Joined Feb 20, 2014 Messages 18 Location US Is it possible to run a mathcad file in another mathcad file? For instance, I wrote a sub-program and I want it to pull values from the top level program into the sub-program, run the sub-program, and spit out the result into the top level program.
Is it possible to run a mathcad file in another mathcad file? For instance, I wrote a sub-program and I want it to pull values from the top level program into the sub-program, run the sub-program, and spit out the result into the top level program.
Jun 30, 2014 #2 jghrist Electrical Joined Jul 16, 2002 Messages 4,226 Location US Yes, by inserting a reference to another workbook. See "Including One Worksheet Inside Another" in Mathcad Help. Upvote 0 Downvote
Yes, by inserting a reference to another workbook. See "Including One Worksheet Inside Another" in Mathcad Help.
Jun 30, 2014 Thread starter #3 Muttzy Mechanical Joined Feb 20, 2014 Messages 18 Location US Thanks, that was what I was looking for. Upvote 0 Downvote