Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nanette
 
Posts: n/a
Default Too Many Different Cell Formats

I have a large spreadsheet with many different formats. I now get an error
message that states "Too Many Different Cell Formats". Is there something
that would allow me to continue with adding more different cell formats?

Also, as I have been trying to get consistency in my document, I keep
getting the error message and am not allowed to bring consistency to the
formatting.
  #2   Report Post  
tjtjjtjt
 
Posts: n/a
Default

Find some info he
http://support.microsoft.com/default...b;en-us;213904

You're likely going to have to clear some formatting and format from scratch.

tj


"Nanette" wrote:

I have a large spreadsheet with many different formats. I now get an error
message that states "Too Many Different Cell Formats". Is there something
that would allow me to continue with adding more different cell formats?

Also, as I have been trying to get consistency in my document, I keep
getting the error message and am not allowed to bring consistency to the
formatting.

  #3   Report Post  
David McRitchie
 
Posts: n/a
Default

Haven't that one come up very frequently anymore.
also see Harold Staff's post to help you clear out unused formats
with his updated code in
http://groups.google.com/groups?thre...%40tkmsftngp02
probably a lot more useful than the MS KB article.

The links are on my if you want the check out the original articles
http://www.mvps.org/dmcritchie/excel...sp.htm#formats
---
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

"tjtjjtjt" wrote in message ...
Find some info he
http://support.microsoft.com/default...b;en-us;213904

You're likely going to have to clear some formatting and format from scratch.

tj


"Nanette" wrote:

I have a large spreadsheet with many different formats. I now get an error
message that states "Too Many Different Cell Formats". Is there something
that would allow me to continue with adding more different cell formats?

Also, as I have been trying to get consistency in my document, I keep
getting the error message and am not allowed to bring consistency to the
formatting.



  #4   Report Post  
Nanette
 
Posts: n/a
Default

Thanks for the help. Someone is going to help me install the code today. Do
you know how much space this might free up? I'm thinking this might be a
temporary solution because my spreadsheet will most likely continue to grow.
Would transfering the data into Access be a viable solution?

"David McRitchie" wrote:

Haven't that one come up very frequently anymore.
also see Harold Staff's post to help you clear out unused formats
with his updated code in
http://groups.google.com/groups?thre...%40tkmsftngp02
probably a lot more useful than the MS KB article.

The links are on my if you want the check out the original articles
http://www.mvps.org/dmcritchie/excel...sp.htm#formats
---
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

"tjtjjtjt" wrote in message ...
Find some info he
http://support.microsoft.com/default...b;en-us;213904

You're likely going to have to clear some formatting and format from scratch.

tj


"Nanette" wrote:

I have a large spreadsheet with many different formats. I now get an error
message that states "Too Many Different Cell Formats". Is there something
that would allow me to continue with adding more different cell formats?

Also, as I have been trying to get consistency in my document, I keep
getting the error message and am not allowed to bring consistency to the
formatting.




  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Nanette,
Unless you did something like format individual cells rather than
large groups of cells you are likely to recover much space.

The problem is that each different format that you have has to be
stored as a format number for you. So if you make the top
border red and have $formatting that is one combination,
another with red top border and general formatting is another
combination, etc., etc, etc. -- which is
another reason to format large areas at once, but is not
going to save much in size of a file.

To save space you might also have a macro installed to free up
some unused space that Excel does not keep very good track of.
Would suggest installing the DeleteUnused macro at
http://www.contextures.com/xlfaqApp.html#Unused
because if you think you have a space problem you probably do.
Use Ctrl+End to see where Excel has your last cell at.

Installing macros is not difficult see
http://www.mvps.org/dmcritchie/excel/excel.htm
and for worksheet event macros see
http://www.mvps.org/dmcritchie/excel....htm#blueboxWS

I hope they are only going to assist you, rather than install macros for
you everytime you want to install a macro that you already have the
coding for.
---
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

"Nanette" wrote...
Thanks for the help. Someone is going to help me install the code today. Do
you know how much space this might free up? I'm thinking this might be a
temporary solution because my spreadsheet will most likely continue to grow.
Would transfering the data into Access be a viable solution?





  #6   Report Post  
David McRitchie
 
Posts: n/a
Default

correction:
Unless you did something like format individual cells rather than
large groups of cells you are *NOT* likely to recover much space.



  #7   Report Post  
Nanette
 
Posts: n/a
Default

Hi David,

I took your suggestion and put in the macro myself which I copied from your
post at
http://groups.google.com/groups?thre...%40tkmsftngp02.
Unfortunately, it isn't working. I'm getting syntax errors and am not sure
how to correct them.

Any suggestions?



"David McRitchie" wrote:

correction:
Unless you did something like format individual cells rather than
large groups of cells you are *NOT* likely to recover much space.




  #8   Report Post  
Nanette
 
Posts: n/a
Default

David,

Someone came by and helped me to fix the code. It was broken incorrectly on
different lines. It worked!

Thanks so much. Hopefully this will get the spreadsheet running for awhile.
I'm a temporary worker at the moment.

"Nanette" wrote:

Hi David,

I took your suggestion and put in the macro myself which I copied from your
post at
http://groups.google.com/groups?thre...%40tkmsftngp02.
Unfortunately, it isn't working. I'm getting syntax errors and am not sure
how to correct them.

Any suggestions?



"David McRitchie" wrote:

correction:
Unless you did something like format individual cells rather than
large groups of cells you are *NOT* likely to recover much space.




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
how do i use multiple conditional formats in one cell? tysonstone Excel Discussion (Misc queries) 1 January 21st 05 11:15 PM
numeric cell formats David McColloch Excel Discussion (Misc queries) 1 January 8th 05 11:15 PM
Cell Formats in formulas C. Lewis Excel Discussion (Misc queries) 1 January 5th 05 06:37 PM
Too many cell formats Jonathan Cooper Excel Discussion (Misc queries) 2 December 22nd 04 10:25 PM
Too Many Different Cell Formats Nanette Excel Worksheet Functions 1 November 12th 04 04:55 AM


All times are GMT +1. The time now is 10:27 AM.

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"