Hello All,
I am using the below script to highlight values of cells in a specific column when they contain #N/A. I recieve an error called "Type Mismatch" on the highlighted line below (in Red).
Sub highlightValues()
Sub highlightValues()
Dim ws As Worksheet
Dim i As Long
Dim lastrow As...