Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Does size matter.


What is classed as a large spreadsheet?

I use 2 instances of Excel, one is 11 meg, and the other is 26 meg, they are
growing larger each day as the inbuilt data bases fill, i think they will end
up around 15 meg and 34 meg.

Should this be a problem?

Thanks Shane.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default Does size matter.

I would consider it a problem, especially as it seems to be data creating
the size. I would look to separate the data and code, preferably storing the
data in a database.

--
__________________________________
HTH

Bob

"sonicscooter" wrote in message
...
What is classed as a large spreadsheet?

I use 2 instances of Excel, one is 11 meg, and the other is 26 meg, they
are
growing larger each day as the inbuilt data bases fill, i think they will
end
up around 15 meg and 34 meg.

Should this be a problem?

Thanks Shane.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Does size matter.


Sounds to me you need a database.
Maybe give SQLite a go as it is fast, simple and reliable and there is a
free
wrapper. If there are multiple users accessing the same data then maybe go
for something else.

RBS


"sonicscooter" wrote in message
...
What is classed as a large spreadsheet?

I use 2 instances of Excel, one is 11 meg, and the other is 26 meg, they
are
growing larger each day as the inbuilt data bases fill, i think they will
end
up around 15 meg and 34 meg.

Should this be a problem?

Thanks Shane.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 151
Default Does size matter.


Sounds big to me too.

You can sometimes reduce the file size by the way you save. For example, try
saving multiple times when the workbook is in design mode. Try also saving
with no other workbooks open.
In my experience the file size is dynamic and not necessarily related to
information. I've had it where I've actually removed code/data and the file
size has increased.

As a last resort you could try coping everything to a new workbook. I've
experienced anomolies where a particular workbook is disproportionately big
compared to others with similar content. When I've copied the data and code
into another normal size is resumed.

"sonicscooter" wrote:

What is classed as a large spreadsheet?

I use 2 instances of Excel, one is 11 meg, and the other is 26 meg, they are
growing larger each day as the inbuilt data bases fill, i think they will end
up around 15 meg and 34 meg.

Should this be a problem?

Thanks Shane.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Does size matter.


Sounds you could make things simpler by using the VBA code cleaner:
http://www.appspro.com/Utilities/CodeCleaner.htm

RBS


"Libby" wrote in message
...
Sounds big to me too.

You can sometimes reduce the file size by the way you save. For example,
try
saving multiple times when the workbook is in design mode. Try also saving
with no other workbooks open.
In my experience the file size is dynamic and not necessarily related to
information. I've had it where I've actually removed code/data and the
file
size has increased.

As a last resort you could try coping everything to a new workbook. I've
experienced anomolies where a particular workbook is disproportionately
big
compared to others with similar content. When I've copied the data and
code
into another normal size is resumed.

"sonicscooter" wrote:

What is classed as a large spreadsheet?

I use 2 instances of Excel, one is 11 meg, and the other is 26 meg, they
are
growing larger each day as the inbuilt data bases fill, i think they will
end
up around 15 meg and 34 meg.

Should this be a problem?

Thanks Shane.




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
Date matter ShamsulZ New Users to Excel 4 October 4th 06 09:54 AM
Vert. axis label is being trimmed by two letters no matter size A little short Charts and Charting in Excel 2 November 22nd 05 01:09 PM
Checkin into SPS prompts no matter what... Lasse Bjerre Knudsen Excel Programming 0 June 29th 04 08:46 AM
combobox matter Jan Eikeland Excel Programming 3 December 20th 03 04:24 PM
Does Size Matter? Greg Bloom Excel Programming 9 October 12th 03 12:28 AM


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