I want to clear all of the content on the cell that has color index 15 from VBA, I have tried but it can't be found. But if the cell filled color manually (not from conditional formatting) the vba can find it and clear the content from the cells. Please, help me how to find the color index from CF after that clear content automatically.
How to find color index from conditional formatting with vba?
- luarbiasa
- Thread is marked as Resolved.
-
-
-
Re: How to find color index from conditional formatting with vba?
If you have Excel 2010 or later, you need to use the DisplayFormat property of the Range.
-
Re: How to find color index from conditional formatting with vba?
@ rory
would you like to show me how to use it, please? -
Re: How to find color index from conditional formatting with vba?
If you show your code, I'll show you how to change it.
-
Re: How to find color index from conditional formatting with vba?
I can find the color that filled manually not from CF and it works, but if the cell colored by conditional formatting it doesn't work. here is the code:
-
-
-
Re: How to find color index from conditional formatting with vba?
Glad to help.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!