A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The macro mostly works; when I run it I get a run-time error (1004). When I click debug, the following part of the code is highlighted in yellow
For Each r In ActiveSheet.Cells.SpecialCells(xlCellTypeFormulas)
Also, it doesn't auto color upon entry. I installed the code as an add-in and creating a shortcut (Ctrl + w) to run it, could this be causing the problem?
Thanks,
Virinder