hello,
I am trying to find a way to use variables from sheet to another sheet without having it to define it in the new sheet.
Is this possible?
for example in Sheet1, I have VCC = 5V, I want to use VCC in the new sheet without needind to re-define.
Thank you, Hector Torres
Solved! Go to Solution.
In the new sheet, include a reference to the first sheet.
In Mathcad 15 and prior, use: Insert -> Reference
In Mathcad Prime, use: Input/Output -> Include Worksheet
In the new sheet, include a reference to the first sheet.
In Mathcad 15 and prior, use: Insert -> Reference
In Mathcad Prime, use: Input/Output -> Include Worksheet
Thanks, it worked.