I have am having trouble with this line in my macro below.
Range("J2:J" & LastRow).Value = "=IFERROR(VLOOKUP(H2," & LCase(sh.Name) & "_rate,3,FALSE),"""")"
The code is supposed to change the named range in the formula based on the sheet name. I can't figure out why I am getting this error...