Code Inv
Code Inv
Dim ws As Worksheet
Dim i As Integer
rownum = 7
itemcount = 1
Set ws = ActiveSheet
destcell.Value = itemcount
rownum = rownum + 1
itemcount = itemcount + 1
End If
Next cellcount
End Sub
Sub clearorder()
Dim ws As Worksheet
rng.Value = 0
End Sub
Sub copyrowsofqtyisgreaterthanzero()
Dim ws As Worksheet
Set ws = ActiveSheet
rownum = 7
ws.Rows(cell.Row).Copy Destination:=destcell
rownum = rownum + 1
End If
Next cell
End Sub
Sub SaveSelectionAsPDF()
'Set the desired file path (change this to your preferred directory)
End Sub