Hi,
I have a list of data in column A that changes length. I'm looking for a macro that can insert columns from column O based on twice the count of data in column A.
eg. if there are 5 entries in Column A, I'd like to insert 10 columns from O. I have the macro to insert columns but it needs an exact number.
Any help would be great.![]()
Columns("O:O").Select Range(Selection, Selection.Columns(No of columns)).EntireColumn.Select Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Thanks.
Bookmarks