In VBA?
or if you want to be a bit more flexibleRange("E2:E15").Cut Destination:=Range("E3:E16")
Dim rng As Range Set rng = Range("E2:E15") rng.Cut Destination:=rng.Offset(1)
In VBA?
or if you want to be a bit more flexibleRange("E2:E15").Cut Destination:=Range("E3:E16")
Dim rng As Range Set rng = Range("E2:E15") rng.Cut Destination:=rng.Offset(1)
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber