Hi,
Here's the VBA code to remove all conditional format for all sheets on a workbook :
Erik![]()
For Each WS In ThisWorkbook.Worksheets WS.Cells.FormatConditions.Delete Next WS
Hi,
Here's the VBA code to remove all conditional format for all sheets on a workbook :
Erik![]()
For Each WS In ThisWorkbook.Worksheets WS.Cells.FormatConditions.Delete Next WS
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks