'Looking to get this to work on a specific tab within Excel

I need help getting this to get this to run on only one sheet within a workbook.

Sub BOXED_FMO_RawMilk()
'
' BOXED_FMO_RawMilk Macro
'

'
    Worksheets("BOXED").Range("I17:I26").Select
    Selection. Copy
    Range("J17").Select
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
        :=False, Transpose:=False
End Sub


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source