Hello! I am getting an error message when I use this find formula in vba. It highlights the comma in the red.
Range("B5").Formula2 = "=MID(F5,FIND(",",F5) + 1,FIND(" -", F5) - FIND(",",F5) -1)"
Range("B5").AutoFill Range("B5:B" & Range("C" & Rows.Count).End(xlUp).Row)
Range("B5").Formula2 = "=MID(F5,FIND(",",F5) + 1,FIND(" -", F5) - FIND(",",F5) -1)"
Range("B5").AutoFill Range("B5:B" & Range("C" & Rows.Count).End(xlUp).Row)