Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Transferring variables between worksheets?

How can I save an expression from one worksheet and load it in another? I can certainly do

    save(myvar,"myvar")

so that it will be available for future uses of the worksheet, but I want to open it up in another worksheet (basically I don't want to clog up this second worksheet with all the machinery used to create this variable). Can this be done easily?