Conditional Formatting and the F4 key

jammin7800

New Member
Joined
Mar 19, 2006
Messages
25
Excel 2007

The F4 key has long been my friend, repeating the last action in Excel. What a great time saver. But I notice there are instances where it won't repeat, and I'm wondering if there are workarounds for this, or maybe additional shortcut keys that need to be used.

It's regarding Conditional Formatting. Specifically, Clearing Conditional Formats from specified cells. I have ALOT of cells to clear conditional formatting from, but, unfortunately, they are not adjacent cells. So, I end up selecting two cells, go to the pull down, hit CF, scroll down to "Clear Rules," then click on "Clear Rules from Selected Cells", and then move on. And repeat. And repeat. And .....

If I could just select the cells and hit F4 (after doing the menu selections once, of course) that would be so much quicker. But it doesn't work that way.

Any thoughts on this?
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Do you want to clear all conditional formatting on the sheet? Or only on selected ranges?

assign this to a menu item or button - might want to make it smarter.

Sub Macro1()

Selection.FormatConditions.Delete

End Sub
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,253
Members
452,900
Latest member
LisaGo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top