
221.9K
MINever lose your active cell again (with the help of VBA!) 💡
Here’s the code! ⬇️
Cells.Interior.ColorIndex = xlColorIndexNone
Target.EntireColumn.Interior.ColorIndex = 42
Target.EntireRow.Interior.ColorIndex = 43
Target.Interior.ColorIndex = xlColorIndexNone
@miss.excel










