Hi!
I recently followed this excellent tutorial (Click Here) for how to get excel to highlight the row I actively have selected ( I made some minor changes in the conditional formatting, so that it only highlights certain columns in certain rows). However, the undo function no longer works (It's just totally grayed out). I've done some searching on the internet and this seems to be a known issue (seems to be that it's a problem to undo after vba code has executed changes to a sheet, so it clears the undo stack) but I haven't really found a solution.
Is is possible to have the highlighting of the row when selected AND retain the ability to undo?
My understanding of coding and vba is very limited. I understand enough to google what I want excel to do, find someone else's existing code, and add it to my own workbooks (maybe make some very minor changes or adjustments). VBA is on my to do list to learn, I promise. but for now, the more simple the explanation the better.
Thank you so much <3