Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default General Question

Does using code versus using worksheet functions minimize
both the size of the file and system resources?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default General Question

You may make the workbook a bit smaller, but you will almost
certainly greatly increase the calculation time.

Another factor to consider though is maintenance.
No one is going to work easily with two hundred byte formulas with
nesting. If you do what you need easily with Worksheet Formulas
using builtin Excel functions you are ahead of the game.

Slow Response
http://www.mvps.org/dmcritchie/excel/slowresp.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Squid" wrote in message ...
Does using code versus using worksheet functions minimize
both the size of the file and system resources?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default General Question

Might also add that a long function name is probably going to
reduce to about one byte or two bytes for a function name.
Just my opinion -- not based on any documentation.

The fact that a workbook can be use in languages other
than English is also a pretty good indication that something
other than the words are used in Worksheet Functions.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default General Question

The workbook size is not much of an issue, it is under
350K. The problem I was running into was the message "Not
enough system resources to display completely" (see my
posting in misc with that heading).

But will try changing integer to Long in my code, removing
unused add-ins and make sure the users dont have extra
stuff running in the background.

Thanks!
Mike


-----Original Message-----
Might also add that a long function name is probably

going to
reduce to about one byte or two bytes for a function

name.
Just my opinion -- not based on any documentation.

The fact that a workbook can be use in languages other
than English is also a pretty good indication that

something
other than the words are used in Worksheet Functions.


.

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
General question Rookie User[_2_] Excel Worksheet Functions 2 February 8th 10 07:34 PM
General Question Ken Excel Discussion (Misc queries) 0 May 1st 08 05:48 PM
General Question Jared Jenner Excel Discussion (Misc queries) 2 July 20th 06 05:56 PM
General Question Jared Jenner Excel Discussion (Misc queries) 1 July 18th 06 08:14 PM
General Question Easydoesit Excel Worksheet Functions 1 June 19th 05 07:14 AM


All times are GMT +1. The time now is 02:30 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"