Hi
I am trying to input a formula into column V as below. I get a Compile error: Expected end of statement message pop up.
Dim lastRow As Long
Set fnd = Range("A:A").Find("Currency", , , xlWhole, , , False, , False)
If fnd Is Nothing Then Exit Sub
lastRow = Cells(Rows.Count...