You can also use the following for your target starting point, instead of going
from the bottom, upward:
vTargetStart=Sheets("Master").Range("A1").CurrentRegion.Rows.Count
Sheets("Master").Range("A1").offset(vTargetStart,0).Select
Selection.PasteSpecial Paste:=xlValues