Hi,
I'm a bit lost, I have a piece of code that worked, then will not work the next time. No Columns have changed
I'm just trying to concatenate 2 columns and then copy this format to the bottom of the range.
Range("J1").Select
ActiveCell.FormulaR1C1 = "=CONCATENATE(RC[-2],"" "",RC[-1])"
Selection.AutoFill Destination:=Range(Selection, ActiveCell.SpecialCells(xlLastCell))
Any ideas?
Thanks In Advance
I'm a bit lost, I have a piece of code that worked, then will not work the next time. No Columns have changed
I'm just trying to concatenate 2 columns and then copy this format to the bottom of the range.
Range("J1").Select
ActiveCell.FormulaR1C1 = "=CONCATENATE(RC[-2],"" "",RC[-1])"
Selection.AutoFill Destination:=Range(Selection, ActiveCell.SpecialCells(xlLastCell))
Any ideas?
Thanks In Advance