D
Dave
I've been struggling with the code for this formatting issue. Any help
would be greatly appreciated.
If a cell (I10) on sheet A is selected as "ECD" then loop through all
the other sheets and look in column E for cells that contain the text
ECD. (It may be in a string, eg "No ECD") When ECD is found, I would
like the entire row to be patterned with xlgrey25 (or some such). I
understand that this should go in the worksheet change event of Sheet
A.
The trick is that in these other sheets the cell that contains ECD are
actually merged of 3 rows.(I know, but I'm stuck with the merge).
HELP!! It's driving me crazy.
Thanks,
Dave
would be greatly appreciated.
If a cell (I10) on sheet A is selected as "ECD" then loop through all
the other sheets and look in column E for cells that contain the text
ECD. (It may be in a string, eg "No ECD") When ECD is found, I would
like the entire row to be patterned with xlgrey25 (or some such). I
understand that this should go in the worksheet change event of Sheet
A.
The trick is that in these other sheets the cell that contains ECD are
actually merged of 3 rows.(I know, but I'm stuck with the merge).
HELP!! It's driving me crazy.
Thanks,
Dave