This works great..
I don't know if my previous message posted, but..
I added:
Sheets("DMH").Activate
because I am running the macro from the "ALLDATA" sheet
It's seemed to work??
Ok, now, I figured I'll just copy past the above code
change a few things around for another worksheet and the same would
work for that?
Wrong...
I get "cannot change part of a merged cell"
On the next part I added for the "DMR" worksheet..
ActiveSheet.Range("A14:ad25", Range("A14:ad25").End(xlToRight)).Copy _
Destination:=Worksheets("DMR").Range("A2")
Am I supposed to reset something?