Hi all,
I have a section of code in my macro which tells it to delete a selection of columns:
Columns("C:F").Select
Selection.Delete Shift:=xlToLeft
this is the first bit of code in my macro but isn't working correctly. Instead of deleting columns C to F its deleting columns A to H.
Any ideas why this could be happening