90 - Highlight the active cell (VBA)

Опубликовано: 19 Март 2026
на канале: WesleySon
57
2

A macro that highlights your current active cell (or the top-left one if you select multiple cells).
Version 2 restores the previous cell color, rather than making it white.
I kept the mistake in version 2 because it's funnier/it's always nice to see people mess up, diagnose the error and fix it.


00:28 Storing information
00:52 Remove old highlighting
02:35 Color vs ColorIndex
03:58 First run