I have a sheet which computes options statistics. I need to download underlying last price so I use Excel DDE from mytrack and/or esignal. I have cells which has the formula for bringing in data like. =IBM!last. It works but the problem starts when I need to clear cell(s) in order to free up system resources. I would go cells(1,1).formula ="".
The formula disappears in the cell, the cell stops updating BUT the system still sees excel using 30-50% of CPU time even though nothing is happening in the sheet. If I exit,save and reopen XL the Excel releases the CPU. Would you know a way to "clear" or "sever " the link w/o having to exit out of Excel? Thanks