My file uses an API to pull in 500+ streaming stock-quotes -- once the connection has been established and they're being pulled in, they update rather quickly BUT the initial API call to the stock data provider's service often takes over a minute...I suspect it's because I've got a bunch of other calculations going on in the workbook (live sorting, INDEX/MATCH lookups, etc). Is there any way for me to tell Excel: "I want you to turn off all calculations in this workbook EXCEPT for those in range XYZ...or at least pause all others until this one's done processing? (I've tried setting Calculation to Manual (for the entire file), but it appears that the API call needs calculations on in order to pull in the stock quotes, so that doesn't help me with the initial population...)