I am facing the problem of pasting data in my vba code mentioned below :
Range("B:AK").Select
Selection.Copy
Range("AN:BW").Paste
I need to copy the data with Range starting from column B to Column AK and paste it into columns starting from AN to BW. But I am getting error 1004. Kindly help me with the updated version of the code. and columns belong to the same worksheet.