Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Macro code to delete conditional formatting

Hello again.

I've sure I'm missing something really obvious here, but is there an easy
way to select the whole of a spreadsheet and delete all of the conditional
formatting?

Thanks.

BJ
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Macro code to delete conditional formatting

It's really obvious:

Cells.FormatConditions.Delete

Regards,
Stefi

€˛Bovine Jones€¯ ezt Ć*rta:

Hello again.

I've sure I'm missing something really obvious here, but is there an easy
way to select the whole of a spreadsheet and delete all of the conditional
formatting?

Thanks.

BJ

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Macro code to delete conditional formatting

If you are comfortable with VBA:

Sub dumpum()
Cells.FormatConditions.Delete
End Sub

--
Gary's Student


"Bovine Jones" wrote:

Hello again.

I've sure I'm missing something really obvious here, but is there an easy
way to select the whole of a spreadsheet and delete all of the conditional
formatting?

Thanks.

BJ

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Macro code to delete conditional formatting

The steps to go through a
select the whole sheet, Format/ Conditional Formatting/ Delete/ select
conditions 1, 2, & 3/ OK/ OK.
--
David Biddulph

"Bovine Jones" wrote in message
...
Hello again.

I've sure I'm missing something really obvious here, but is there an easy
way to select the whole of a spreadsheet and delete all of the conditional
formatting?

Thanks.

BJ



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Macro code to delete conditional formatting

Stefi/Gary - thanks... that's exactly what I was after.
David - thanks for your help... I'd got that bit covered but I wanted to
include it in a VBA macro.

"Bovine Jones" wrote:

Hello again.

I've sure I'm missing something really obvious here, but is there an easy
way to select the whole of a spreadsheet and delete all of the conditional
formatting?

Thanks.

BJ



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Macro code to delete conditional formatting

You are welcome! Thanks for the feedback!
Stefi

"Bovine Jones" wrote:

Stefi/Gary - thanks... that's exactly what I was after.
David - thanks for your help... I'd got that bit covered but I wanted to
include it in a VBA macro.

"Bovine Jones" wrote:

Hello again.

I've sure I'm missing something really obvious here, but is there an easy
way to select the whole of a spreadsheet and delete all of the conditional
formatting?

Thanks.

BJ

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
Conditional Formatting in a Macro Ed Excel Discussion (Misc queries) 2 August 28th 06 11:23 PM
Help With Macro Code?? Neil Smith Excel Worksheet Functions 1 August 24th 06 07:40 PM
Adding a loop to conditional delete code maw via OfficeKB.com New Users to Excel 21 August 15th 06 04:11 PM
Conditional Formatting when inserting a row zahoulik Excel Worksheet Functions 2 January 7th 06 03:01 PM
cannot delete condional formatting Robert Excel Discussion (Misc queries) 1 September 28th 05 07:31 PM


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