I have a Mathematica function that calls NotebookEvaluate, but the notebook being evaluated needs variables defined in the workspace of the notebook from which the function is defined and called. How can I make the variables defined in the notebook that calls the function available to the notebook being evaluated by NotebookEvaluate?
Thanks in advance, Ed Hall