Skip to main content
1-Visitor
January 26, 2010
Question

referencing a mathcad document in a control button

  • January 26, 2010
  • 1 reply
  • 1326 views
Hey all, I have been looking for some time with very little success. I am trying to reference a mathcad sheet using a radio button or check box. If the check box is checked I want the mathcad sheet to reference a different mathcad sheet i have. It seems like it should be a very simple one or two lines of code. Please help!!!

1 reply

19-Tanzanite
January 26, 2010
Sorry, but that is not a simple thing to do. You cannot access the properties of a worksheet reference either programatically from the worksheet or via the automation interface in a script. The only way to this would be to write a script in the component that changes the XML of the worksheet. That is possible, but it is certainly not two lines of code. Richard