The code works well to concatenate the 2 columns. How would you add a 'space' between the ranges such as in First_Name " " Last_Name " ? When I try to add the space, I get type mismatch
.Evaluate("=B:B & " " & D:D") ' Doesn't work with space added. Gives type mismatch
.Evaluate("=B:B&D:D")