Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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

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
Saving a worksheet JONESAROB Excel Discussion (Misc queries) 2 August 3rd 06 07:59 PM
Saving a worksheet Gina Excel Programming 6 July 25th 06 03:04 PM
Saving Worksheet Bobby28 Excel Discussion (Misc queries) 2 April 20th 05 09:55 PM
VBA: saving as with the name of the worksheet steve a Excel Programming 2 June 3rd 04 06:28 AM
Excel - saving result of a function without showing the function Moshe Excel Programming 1 August 30th 03 08:41 PM


All times are GMT +1. The time now is 09:00 PM.

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

About Us

"It's about Microsoft Excel"