Hi
I'd like to conditionally format all the cells for which .CanEnterEditMode is False -- for example a grey background instead of white.
Was looking for an easy way to do this while keeping in mind that the program would set some cells read-only based on the input in other cells. So the appearance should change accordingly.
Thanks
Abhishek
Hi Abhishek,
Seems like the InitializeRow event would be ideal for this.
InitializeRow it will be. Thanks.