referencing a mathcad document in a control button
Jan 26, 2010
05:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 26, 2010
05:06 PM
referencing a mathcad document in a control button
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!!!
Labels:
- Labels:
-
Other
1 REPLY 1
Jan 26, 2010
05:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 26, 2010
05:29 PM
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
