hello

is there anyways i can add a msgbox that would apear which would give a warning asking the user if they would like to proceed forward or not, if the person clicks yes then the macro will activate and if they click no then nothing will happen and msg box wil disapear

The code which i want this msg to com is below:

Range("A17:E20").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=5
Range("F28:I42").Select
Range("I42").Activate
Selection.Cut Destination:=Range("F24:I38")
Range("K26").Select
thanks in advance