You only show part of the code but would this not do the same?
If not, could you be so kind and show your fixed code for people that are searching for a solution to the same or similar problem.Sub Maybe() Range(Selection, Selection.End(xlDown)).Copy Sheets("ProductionTotals ").Range("C" & lr + 3) End Sub




Reply With Quote