Hi,
I have the following code. I think I have the syntax correct but somehow I got error message: Compile error: Else without If. Not sure why. Wonder if someone could help point out the problem?
finalRow = sht.Cells(sht.Rows.Count, "a").End(xlUp).Row
finalRow_minMax =...