Like this?
Sub Macro2()
'
' Macro2 Macro
'
' Keyboard Shortcut: Ctrl+a
'
Columns("AT:AT").Select
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Range("AB2:AI3").Select
Range("AI2").Activate
Selection.Copy
ActiveWindow.SmallScroll ToRight:=11
Range("AT2").Select
ActiveSheet.Paste
Range("AT3:BA3").Select
Application.CutCopyMode = False
Selection.AutoFill Destination:=Range("AT3:BA1260")
Range("AT3:BA1260").Select
ActiveWindow.SmallScroll ToRight:=11
Range("BL2").Select
End Sub
I'm not sure what this does but if you say it's easier to work with, then ok.
Bookmarks