mbee14
New Member
- Joined
- Dec 19, 2019
- Messages
- 9
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
- Mobile
- Web
How do I change this code to paste only values?
Workbooks(Format(Now - 1, "yymmdd") & "Prod Report .xlsm").Activate
Sheets("Night Shift Production").Activate
Sheets("Night Shift Production").Range("H51:H53").Copy
Workbooks("Line Info.xlsm").Activate
ActiveSheet.Paste Destination:=Worksheets("L1-10").Range("I72")
Workbooks(Format(Now - 1, "yymmdd") & "Prod Report .xlsm").Activate
Sheets("Night Shift Production").Activate
Sheets("Night Shift Production").Range("H51:H53").Copy
Workbooks("Line Info.xlsm").Activate
ActiveSheet.Paste Destination:=Worksheets("L1-10").Range("I72")