Is there is a way to tell conditional formatting is on?
Hi
If range("A1").FormatConditions.Count 0 then
msgbox "conditional formating applied for cell A1"
end if
--
Regards
Frank Kabel
Frankfurt, Germany
luvgreen wrote:
I want to if I can tell conditianl formatting is turned on in the
VBA?
Thanks.
|