Code works with one computer only - I need to know what is making it work!

liiamra

Board Regular
Joined
Mar 31, 2013
Messages
50
Dear All,

I have developed an algorithm that manipulates a large number of considerably large Excel files (please refer to the summary at the end).

When I work with few files only, I have no problem with any computer. When I increase the number of files, however, the process doesn't work with all computers. I am particularly interested in knowing what is essential for Excel's performance; is't the # of cores, the clock speed, Excel's version or else?

It works with:
- 2X Xeon QuadCore @ 3.00 GHz (8Cores)
- Windows XP, 3GB Rams
- Excel 2010

It doesn't work with:
- Xeon QuadCore @ 2.40 GHz (4Cores)
- Windows 7, 64GB Rams
- Excel 2013

Summary of the code:
- Merge Excel files up to 800,000 rows per file
- Open Excel files, filter by criteria, and move all rows matching different criteria into different sheets
- Create Master file, merge all newly created sheets and then move each master sheet into a separate workbook
- Create summary files (using index-match, pivot tables, unique values)
- etc...

Thanks in advance for any suggestion,

Regards//
liiamra
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,216,291
Messages
6,129,911
Members
449,540
Latest member
real_will_smith

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top