Hi all,
I'm declaring my source as "src" and my discount as "dis"
src will always be a value, but dis can either be a value or blank.
An example will be src = NQS and dis = "", or src = NQS and dis = NQS20
My code is below:
src = Cells(ActiveCell.Row, "F").Valuedis =...