Hi All,
I am using Excel in my VBA application. Is there a ristriction of using the Conditional Formatting If yes how many conditions I can use in a WorkBook
Thanks,
Basav
Hi All,
I am using Excel in my VBA application. Is there a ristriction of using the Conditional Formatting If yes how many conditions I can use in a WorkBook
Thanks,
Basav
Regarding Conditional Formatting.
junnie
Hi Basav,
Your limited to 3 conditional formats in a work book using Excel's front screen. If your using VBA then you can program unlimited conditional formats by handling the Workbook_SheetChanged event and putting the logic and formatting in there.
Dean Johnson - MSFT
Hi Derek,
Thank you very much for the reply. It is very helpful for me as of now.
Thanks Again,
Basav