Sub Macro1()
Dim LastRow As Long
LastRow = Range("A" & Rows.Count).End(xlUp).Row
With Range("B2:B" & LastRow)
.Formula = "=""misc.""&A2"
.Value = .Value
End With
End Sub
**** you guys are quick! I figured it out and was about to delete this post but ya'll beat me to it. Thanks so much for the help!