I am trying to copy one excel column data into another excel by using PasteSpecial function of VBA and I can able to copy the data but when there is no data in the destination right column PasteSpecial making the columns merged.
DestSheet.Range(ColumnLetter & LastRowDest).PasteSpecial xlPasteValues