Hi
I am a newbie to macros, and this is my first post to this group.
I am trying to move columns in an excel, and hitting error 1004.
This is the relevant portion of code:
Can someone help me resolve this?![]()
Columns(FoundAtColName & ":" & FoundAtColName).Select Selection.Cut Columns(Chr(Asc(p_dest_col) + 1) & ":" & Chr(Asc(p_dest_col) + 1)).Select Selection.Insert Shift:=xlToRight Application.CutCopyMode = False
Thanks in advance
Ajay
Bookmarks