bloodmilksky
Board Regular
- Joined
- Feb 3, 2016
- Messages
- 202
Hi Guys, I hope you are all well.
I was just wondering if anyone would know how I can amend the below code so that it will only copy rows where the value in column D exceeds a Value of 0
any help would be greatly appreciated
Many thanks
jamie
I was just wondering if anyone would know how I can amend the below code so that it will only copy rows where the value in column D exceeds a Value of 0
any help would be greatly appreciated
Many thanks
jamie
Code:
Sheets("Menu").Range("B7:D68").Copy
Sheets("LensOrder").Range("A" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial (xlPasteValues)
Sheets("Menu").Range("C3").Select
Selection.ClearContents
Range("QTYS").Select
Selection.ClearContents
Range("C3").Selec
Last edited: