I can answer 1 and 3 easily enough:
1) Rows("16:16").EntireRow.Delete
2) I'll let someone else explain this one. My methods for this are very primative.
3) Columns("E:E").EntireColumn.Insert
Columns("H:H").EntireColumn.Cut Destination:=Columns("E:E").EntireColumn. _
EntireColumn
Hope that helps.
-Ikaabod
Originally Posted by Sonnich
Bookmarks