Can someone tell me how to fix this? I'm very new and can't figure it out. Thanks,
"Block if without End if"
Option Explicit
Sub FindMe()
Dim sCol
Dim c As Range
Dim msg As Long
Dim rng As Range
Dim roe As Long
Dim LastCol As Long
Dim LastRow As Long
Dim ToFind As String
Dim fRegion As...