Check for the existence of conditional formatting
Sorry (pressed send by accident) ...
For each cell in usedrange.cells
if cell.formatting = conditional then
msgbox cell.addresss & " is condionally formatted"
end if
Next
(Obviously the above code doesn't work, but merely describes what I'm
trying to achieve)
Any assistance appreciated
Thanks
John
|