Regarding Conditional Formatting.

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




Answer this question

Regarding Conditional Formatting.

  • Laura06

    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.



  • nizmo

    Hi Derek,

    Thank you very much for the reply. It is very helpful for me as of now.

    Thanks Again,

    Basav



  • Regarding Conditional Formatting.