ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   vbe or worksheet function for cpu saving ?? (https://www.excelbanter.com/excel-programming/422626-vbe-worksheet-function-cpu-saving.html)

pls123

vbe or worksheet function for cpu saving ??
 
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[_132_]

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



All times are GMT +1. The time now is 05:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com