Re: Format Cells By Selection
Thanks a lot, Derk. That works perfectly.
The purpose is mostly "wow" factor. I'm going to hide C and use the True/False to conditional format A:B so that when a user makes a selection, the rest of the data appears to fade. I would have asked for a way to do this part in VBA as well, but I want to have the flexibility to do array formulas off the selections as well, and, since I don't know what formulas I'll do yet or where I'll put the results, having the True/False provides an easy way to evaluate whether a row is selected when I do make the formulas.
Thanks again.