part of my macro has a simple equation n /6, when n is < 6, the result is rounded down to 0.
is there any way I can have this result always roundup?
.Rows(lrNewRows) = Array(Cells(lr, "A"), ".", n \ 6, "F51114", "No", " ", " ", " ", "Purchased", " ", "Primer")
Sub WrapidSealNine()
Dim...