Hi
I have a vba macro that opens an excel file, reads some data, does some calculations and closes that file and then opens another file from the list. I used this macro before the latest update with lists up to 50 files, each being of order of 10 MB. The speed was acceptable. After the lates office upgrade, this macro has become very slow, even with much shorter lists and smaller input files. Checking on task manager, I noticed that the memory taken by excel encreases with each file opening, but not released when the file is closed. It sums up to about 3.5 GB and stops there making it very slow. I tried a few options, disabled hardware graphic acceleration, ignored other applications that use Dynamic Data Exchange (DDE) and cleaned the .temp folder in my C drives. Nothing seemed to help. Please advise.
