I have a code I have been working on, I can get the first two parts working, but I can't get the final bit working... the delete old code.
Attached is the sheet. The script is meant to run on BackOrder.![]()
Option Explicit Sub MoveColumns() Dim cel As Range With ActiveSheet For Each cel In Intersect(.UsedRange, .[B:N]).SpecialCells(xlCellTypeBlanks).Cells cel = cel.Offset(0, 1) Next End With End Sub
If you see it is meant to run specifically in columns B through N. It copies everything over to the left, but it doesn't delete the old column's data... that is the part I need to finish.
That is the part I can't figure out, if anyone who is more savvy than me can please, it be appreciated.
Just a heads up, the code is wrong in the page, I corrected it on the script here, so please copy and paste, it will make more sense then.
Bookmarks