As always, any and all help and suggestions are welcome.
I'm very happy that this weekend is almost over, because my brain is full of Excel and it's made me start drinking wine already.
So, in a quest that is somewhat similar to an earlier one, I need to turn all cells a medium light gray, where that cells' second character is an "E". So, if the second character is not an "E", then the cell doesn't turn gray. The cell contents contain data in this format: 6E094L or 5D561U. Import part is that the second character will always be a letter.
The columns are from A - J, the column I need to search and that contains the cells that need to turn gray, is column C. The total number of rows is dynamic.
I have some code that lets me search for the "E", but the code pastes a row to a different sheet.
I've tried to adapt that, but all I did was confuse myself and have to shuffle off for another glass of wine.
-Christine
I'm very happy that this weekend is almost over, because my brain is full of Excel and it's made me start drinking wine already.
So, in a quest that is somewhat similar to an earlier one, I need to turn all cells a medium light gray, where that cells' second character is an "E". So, if the second character is not an "E", then the cell doesn't turn gray. The cell contents contain data in this format: 6E094L or 5D561U. Import part is that the second character will always be a letter.
The columns are from A - J, the column I need to search and that contains the cells that need to turn gray, is column C. The total number of rows is dynamic.
I have some code that lets me search for the "E", but the code pastes a row to a different sheet.
I've tried to adapt that, but all I did was confuse myself and have to shuffle off for another glass of wine.
-Christine