First off, I am going to try to avoid using VBA due to other circumstances.
This is how I am operating at the moment:
I have 2 workbooks referencing cells off each other, my active workbook that I will be always using (let's call this Book 1) and my passive workbook (Book 2) that I would like to keep separate from the other. I have both workbooks open on my screen. I input a value into my input cell in Book 1, and then Book 2 pulls this cell value. Book 2 sorts through its sheets and tables to determine what values need to be outputted to its output cells. I then have Book 1 pulling values from Book 2's output cells. So it goes [input into Book 1] --> [Book 2 reads this input] --> [Book 2 processes data] --> [Book 2 outputs] --> [Book 1 reads output from Book 2].
What I want to happen is I want to have Book 2 closed. So when I enter in my input value into Book 1, I do not pull any output values from the close Book 2. Is it possible to fix this without VBA?
Thank you for the help,
Nick
This is how I am operating at the moment:
I have 2 workbooks referencing cells off each other, my active workbook that I will be always using (let's call this Book 1) and my passive workbook (Book 2) that I would like to keep separate from the other. I have both workbooks open on my screen. I input a value into my input cell in Book 1, and then Book 2 pulls this cell value. Book 2 sorts through its sheets and tables to determine what values need to be outputted to its output cells. I then have Book 1 pulling values from Book 2's output cells. So it goes [input into Book 1] --> [Book 2 reads this input] --> [Book 2 processes data] --> [Book 2 outputs] --> [Book 1 reads output from Book 2].
What I want to happen is I want to have Book 2 closed. So when I enter in my input value into Book 1, I do not pull any output values from the close Book 2. Is it possible to fix this without VBA?
Thank you for the help,
Nick