I know this question has been asked in several different fashions but I'm unable to get the code to run. I'm very new to coding macros (2 whopping days of it now). Here is the part I'm looking for help with.
If Box = "8" Then Workbooks("Narc Log.xlsm").Sheets("Fentanyl").Range("B5:F5").Copy _
Destination:=Workbooks("Box 8.xlsm").Sheets("Fentanyl").Range("B4")
This copies a specific range of cells. I want to change it to copy the 6 cells to the left of the active cell and paste to the next available line in the other workbook "Box8"