Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How do I delete multiple cell styles?

I have a large spreadsheet that someone must have attempted to past into
without using text or unicode text options. As a result it added hundreds of
extraneous cell styles. Is there any way to delete multiple cell styles at
once? One at a time will take forever.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How do I delete multiple cell styles?

Sorry... should have mentioned - Excel 2007

"SierraMike" wrote:

I have a large spreadsheet that someone must have attempted to past into
without using text or unicode text options. As a result it added hundreds of
extraneous cell styles. Is there any way to delete multiple cell styles at
once? One at a time will take forever.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How do I delete multiple cell styles?

Never mind. Found another post with the answer.

"SierraMike" wrote:

Sorry... should have mentioned - Excel 2007

"SierraMike" wrote:

I have a large spreadsheet that someone must have attempted to past into
without using text or unicode text options. As a result it added hundreds of
extraneous cell styles. Is there any way to delete multiple cell styles at
once? One at a time will take forever.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How do I delete multiple cell styles?

Never mind. Found the answer in another post.

"SierraMike" wrote:

Sorry... should have mentioned - Excel 2007

"SierraMike" wrote:

I have a large spreadsheet that someone must have attempted to past into
without using text or unicode text options. As a result it added hundreds of
extraneous cell styles. Is there any way to delete multiple cell styles at
once? One at a time will take forever.

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I delete multiple cell styles?

Please post the message ID for the edification of others.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 12:50:01 -0700, SierraMike
wrote:

Never mind. Found another post with the answer.

"SierraMike" wrote:

Sorry... should have mentioned - Excel 2007

"SierraMike" wrote:

I have a large spreadsheet that someone must have attempted to past into
without using text or unicode text options. As a result it added hundreds of
extraneous cell styles. Is there any way to delete multiple cell styles at
once? One at a time will take forever.

Thanks




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I delete multiple cell styles?

For those also struggling with this issue!

We are having lots of poblems with styles in excel at present. It seems
that if you have 2 instances of Excel open and copy data from one to the
other the styles in the copied from sheet get added to the copied to sheet.
That way the overall style count increases.

To get rid of them we use this bit of code


sub removeStyles
dim sty as style
for each sty in activeworkbook.styles
if sty.builtin = false then
sty.delete
end if
next
end sub

this will remove all the non builting Excel styles but we are also finding
that the number classed as builtin is increasing also.

Regards,

Tony

"Gord Dibben" wrote:

Please post the message ID for the edification of others.


Gord Dibben MS Excel MVP

On Wed, 23 Sep 2009 12:50:01 -0700, SierraMike
wrote:

Never mind. Found another post with the answer.

"SierraMike" wrote:

Sorry... should have mentioned - Excel 2007

"SierraMike" wrote:

I have a large spreadsheet that someone must have attempted to past into
without using text or unicode text options. As a result it added hundreds of
extraneous cell styles. Is there any way to delete multiple cell styles at
once? One at a time will take forever.

Thanks



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
Pivot, Table and Cell Styles Guilherme Loretti Excel Discussion (Misc queries) 3 September 13th 09 09:42 PM
Deleting multiple styles at once in Excel 2003 Elardus Excel Discussion (Misc queries) 3 June 19th 09 06:16 AM
Excel Cell Styles - Quick Styles? Dean@DCF Excel Discussion (Misc queries) 0 November 15th 07 10:40 PM
New Cell Styles Steve... New Users to Excel 4 April 1st 07 04:56 PM
Multiple font styles (superscript and subscript, for example) Lorraine Charts and Charting in Excel 0 January 13th 05 07:45 PM


All times are GMT +1. The time now is 05:27 PM.

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"