How can I detect the results of Conditional Formating using VBA?

随声附和 提交于 2020-01-07 04:29:07

问题


I have an excel file that has conditional formating set up to put a check or an x in a cell. How can I create an if statement that will detect which is in there without using the original conditioning formulas?


回答1:


You can use this homemade function to check if condition is filled: http://www.cpearson.com/excel/CFColors.htm



来源:https://stackoverflow.com/questions/3049023/how-can-i-detect-the-results-of-conditional-formating-using-vba

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!