View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
The Code Cage Team[_132_] The Code Cage Team[_132_] is offline
external usenet poster
 
Posts: 1
Default vbe or worksheet function for cpu saving ??


In my opinion, Excels built in functions are more efficient at carrying
out that calculation.

pls123;187418 Wrote:
hi all !! i use manual calculation..
i have to save cpu usage for multiple simoultaneous evaluation with
looping
macros..
...to copy some values from a main page..
should i use ..this ...??

aWS.Range("N31").Value =
ge("K37").Value

or this ??

]Sheet1'!$K$37
+ range calculate
of that cell



--
The Code Cage Team

Regards,
The Code Cage Team
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51687