Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Manual vs. Automatic Calculation Speed

I currently have a workbook that has several macros. One function I run
copies and pastes special-values certain formulas, maybe 100-200 times, and
also updates links to other workbooks. THe computer I run this on is a 64
bit processor, but it takes a minute or 2 to run the function. I recently
tried this on a separate 64 bit computer and it took 2 seconds. I checked
the settings and calculation is on automatic for both machines, and the other
settings I checked also matched. Both machines also have the same amount of
hard drive available, about 70 GB. Is there any reason for the differences
in run time between the two systems?

Thanks

Adam Bush
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Manual vs. Automatic Calculation Speed

First I'd try to see if the performance different is due to the copying or
the link updating. Comment out the code that does the latter to see if the
slow machine is now fast (which I sort of expect). If it is the linking
then why would that be? Are the workbooks being linked to open on the fast
link machine versus closed on the slow? Are they on a more accessible
machine?

--
Jim
"
m wrote in message
...
|I currently have a workbook that has several macros. One function I run
| copies and pastes special-values certain formulas, maybe 100-200 times,
and
| also updates links to other workbooks. THe computer I run this on is a 64
| bit processor, but it takes a minute or 2 to run the function. I recently
| tried this on a separate 64 bit computer and it took 2 seconds. I checked
| the settings and calculation is on automatic for both machines, and the
other
| settings I checked also matched. Both machines also have the same amount
of
| hard drive available, about 70 GB. Is there any reason for the
differences
| in run time between the two systems?
|
| Thanks
|
| Adam Bush


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Manual vs. Automatic Calculation Speed

Jim,

The workbooks my spreadsheet is linked to are always closed on the computer
in which I'm running the function. It seems as though the updating links
have nothing to do with it, and that the copying and pasting are whats
slowing the one computer down. Any ideas?

Thanks

Adam Bush

"Jim Rech" wrote:

First I'd try to see if the performance different is due to the copying or
the link updating. Comment out the code that does the latter to see if the
slow machine is now fast (which I sort of expect). If it is the linking
then why would that be? Are the workbooks being linked to open on the fast
link machine versus closed on the slow? Are they on a more accessible
machine?

--
Jim
"
m wrote in message
...
|I currently have a workbook that has several macros. One function I run
| copies and pastes special-values certain formulas, maybe 100-200 times,
and
| also updates links to other workbooks. THe computer I run this on is a 64
| bit processor, but it takes a minute or 2 to run the function. I recently
| tried this on a separate 64 bit computer and it took 2 seconds. I checked
| the settings and calculation is on automatic for both machines, and the
other
| settings I checked also matched. Both machines also have the same amount
of
| hard drive available, about 70 GB. Is there any reason for the
differences
| in run time between the two systems?
|
| Thanks
|
| Adam Bush



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Manual vs. Automatic Calculation Speed

It doesn't make much sense that the same macro in the same workbook on near
identical machines should run at speeds so different. The only thing I can
think of is that the slow machine has something else running (in Excel). If
you start Excel on the slow machine in safe mode (from Start-Run enter
"Excel.exe /s" [no quotes, there is a space before the slash]) then you'll
be certain no add-ins, etc. were loaded and then you might see how the macro
does.

--
Jim
"
m wrote in message
...
| Jim,
|
| The workbooks my spreadsheet is linked to are always closed on the
computer
| in which I'm running the function. It seems as though the updating links
| have nothing to do with it, and that the copying and pasting are whats
| slowing the one computer down. Any ideas?
|
| Thanks
|
| Adam Bush
|
| "Jim Rech" wrote:
|
| First I'd try to see if the performance different is due to the copying
or
| the link updating. Comment out the code that does the latter to see if
the
| slow machine is now fast (which I sort of expect). If it is the linking
| then why would that be? Are the workbooks being linked to open on the
fast
| link machine versus closed on the slow? Are they on a more accessible
| machine?
|
| --
| Jim
| "
| m wrote in message
| ...
| |I currently have a workbook that has several macros. One function I
run
| | copies and pastes special-values certain formulas, maybe 100-200
times,
| and
| | also updates links to other workbooks. THe computer I run this on is
a 64
| | bit processor, but it takes a minute or 2 to run the function. I
recently
| | tried this on a separate 64 bit computer and it took 2 seconds. I
checked
| | the settings and calculation is on automatic for both machines, and
the
| other
| | settings I checked also matched. Both machines also have the same
amount
| of
| | hard drive available, about 70 GB. Is there any reason for the
| differences
| | in run time between the two systems?
| |
| | Thanks
| |
| | Adam Bush
|
|
|


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Manual vs. Automatic Calculation Speed

Thnaks for the replies guys,

The machines are both using just one add in, and they are identical. They
both also have the same antivirus software. Could I have a setting other
than calculation different on the machines? Any other ideas?

Thanks

Adam Bush

"Jim Rech" wrote:

It doesn't make much sense that the same macro in the same workbook on near
identical machines should run at speeds so different. The only thing I can
think of is that the slow machine has something else running (in Excel). If
you start Excel on the slow machine in safe mode (from Start-Run enter
"Excel.exe /s" [no quotes, there is a space before the slash]) then you'll
be certain no add-ins, etc. were loaded and then you might see how the macro
does.

--
Jim
"
m wrote in message
...
| Jim,
|
| The workbooks my spreadsheet is linked to are always closed on the
computer
| in which I'm running the function. It seems as though the updating links
| have nothing to do with it, and that the copying and pasting are whats
| slowing the one computer down. Any ideas?
|
| Thanks
|
| Adam Bush
|
| "Jim Rech" wrote:
|
| First I'd try to see if the performance different is due to the copying
or
| the link updating. Comment out the code that does the latter to see if
the
| slow machine is now fast (which I sort of expect). If it is the linking
| then why would that be? Are the workbooks being linked to open on the
fast
| link machine versus closed on the slow? Are they on a more accessible
| machine?
|
| --
| Jim
| "
| m wrote in message
| ...
| |I currently have a workbook that has several macros. One function I
run
| | copies and pastes special-values certain formulas, maybe 100-200
times,
| and
| | also updates links to other workbooks. THe computer I run this on is
a 64
| | bit processor, but it takes a minute or 2 to run the function. I
recently
| | tried this on a separate 64 bit computer and it took 2 seconds. I
checked
| | the settings and calculation is on automatic for both machines, and
the
| other
| | settings I checked also matched. Both machines also have the same
amount
| of
| | hard drive available, about 70 GB. Is there any reason for the
| differences
| | in run time between the two systems?
| |
| | Thanks
| |
| | Adam Bush
|
|
|



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Manual vs. Automatic Calculation Speed

Well, if you get a chance, try safe mode. I know you _think_ they're the
same but they are not.

--
Jim
"
m wrote in message
...
| Thnaks for the replies guys,
|
| The machines are both using just one add in, and they are identical. They
| both also have the same antivirus software. Could I have a setting other
| than calculation different on the machines? Any other ideas?
|
| Thanks
|
| Adam Bush
|
| "Jim Rech" wrote:
|
| It doesn't make much sense that the same macro in the same workbook on
near
| identical machines should run at speeds so different. The only thing I
can
| think of is that the slow machine has something else running (in Excel).
If
| you start Excel on the slow machine in safe mode (from Start-Run enter
| "Excel.exe /s" [no quotes, there is a space before the slash]) then
you'll
| be certain no add-ins, etc. were loaded and then you might see how the
macro
| does.
|
| --
| Jim
| "
| m wrote in message
| ...
| | Jim,
| |
| | The workbooks my spreadsheet is linked to are always closed on the
| computer
| | in which I'm running the function. It seems as though the updating
links
| | have nothing to do with it, and that the copying and pasting are whats
| | slowing the one computer down. Any ideas?
| |
| | Thanks
| |
| | Adam Bush
| |
| | "Jim Rech" wrote:
| |
| | First I'd try to see if the performance different is due to the
copying
| or
| | the link updating. Comment out the code that does the latter to see
if
| the
| | slow machine is now fast (which I sort of expect). If it is the
linking
| | then why would that be? Are the workbooks being linked to open on
the
| fast
| | link machine versus closed on the slow? Are they on a more
accessible
| | machine?
| |
| | --
| | Jim
| | "
| | m wrote in message
| | ...
| | |I currently have a workbook that has several macros. One function
I
| run
| | | copies and pastes special-values certain formulas, maybe 100-200
| times,
| | and
| | | also updates links to other workbooks. THe computer I run this on
is
| a 64
| | | bit processor, but it takes a minute or 2 to run the function. I
| recently
| | | tried this on a separate 64 bit computer and it took 2 seconds. I
| checked
| | | the settings and calculation is on automatic for both machines,
and
| the
| | other
| | | settings I checked also matched. Both machines also have the same
| amount
| | of
| | | hard drive available, about 70 GB. Is there any reason for the
| | differences
| | | in run time between the two systems?
| | |
| | | Thanks
| | |
| | | Adam Bush
| |
| |
| |
|
|
|


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Manual vs. Automatic Calculation Speed

Jim,

Thank you very much for the tips. It ends up the difference in the two
machines had to do with an add in they both had. The add in has a setting
which recalculates EVERY formula in the workbook, including ones that aren't
effected, whenever a cell is changed. One machine had this setting on, one
had it off. Since I have thousands of formulas in the workbook, you can see
how this would slow things down.

Thanks

Adam Bush


"Jim Rech" wrote:

Well, if you get a chance, try safe mode. I know you _think_ they're the
same but they are not.

--
Jim
"
m wrote in message
...
| Thnaks for the replies guys,
|
| The machines are both using just one add in, and they are identical. They
| both also have the same antivirus software. Could I have a setting other
| than calculation different on the machines? Any other ideas?
|
| Thanks
|
| Adam Bush
|
| "Jim Rech" wrote:
|
| It doesn't make much sense that the same macro in the same workbook on
near
| identical machines should run at speeds so different. The only thing I
can
| think of is that the slow machine has something else running (in Excel).
If
| you start Excel on the slow machine in safe mode (from Start-Run enter
| "Excel.exe /s" [no quotes, there is a space before the slash]) then
you'll
| be certain no add-ins, etc. were loaded and then you might see how the
macro
| does.
|
| --
| Jim
| "
| m wrote in message
| ...
| | Jim,
| |
| | The workbooks my spreadsheet is linked to are always closed on the
| computer
| | in which I'm running the function. It seems as though the updating
links
| | have nothing to do with it, and that the copying and pasting are whats
| | slowing the one computer down. Any ideas?
| |
| | Thanks
| |
| | Adam Bush
| |
| | "Jim Rech" wrote:
| |
| | First I'd try to see if the performance different is due to the
copying
| or
| | the link updating. Comment out the code that does the latter to see
if
| the
| | slow machine is now fast (which I sort of expect). If it is the
linking
| | then why would that be? Are the workbooks being linked to open on
the
| fast
| | link machine versus closed on the slow? Are they on a more
accessible
| | machine?
| |
| | --
| | Jim
| | "
| | m wrote in message
| | ...
| | |I currently have a workbook that has several macros. One function
I
| run
| | | copies and pastes special-values certain formulas, maybe 100-200
| times,
| | and
| | | also updates links to other workbooks. THe computer I run this on
is
| a 64
| | | bit processor, but it takes a minute or 2 to run the function. I
| recently
| | | tried this on a separate 64 bit computer and it took 2 seconds. I
| checked
| | | the settings and calculation is on automatic for both machines,
and
| the
| | other
| | | settings I checked also matched. Both machines also have the same
| amount
| | of
| | | hard drive available, about 70 GB. Is there any reason for the
| | differences
| | | in run time between the two systems?
| | |
| | | Thanks
| | |
| | | Adam Bush
| |
| |
| |
|
|
|



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculation - Automatic and Manual shepcon Excel Discussion (Misc queries) 1 July 17th 07 05:14 PM
automatic and manual calculation not working BobS9895 Excel Worksheet Functions 1 April 26th 07 05:32 PM
Automatic/Manual Calculation PA New Users to Excel 4 September 8th 06 04:04 PM
Automatic Calculation switching to manual gstevens26 Excel Discussion (Misc queries) 5 August 25th 06 01:58 PM
Manual / Automatic Calculation Adam1 Chicago Excel Discussion (Misc queries) 1 February 6th 06 10:12 PM


All times are GMT +1. The time now is 06:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"