I actually find it easier to write the tags myself at the start. But in a case like this - where the code has already been written - the tag button is visible when you edit the post. Send Bob a reminder to see if he will respondIt is easier to add the code tags in the Advanced Editor by highlighting the code and clicking the # button.
Unfortunately Bob locked the tread or I would have added that instruction. I suggested this addition to Bob but was ignored.
grapevine: I just noticed that the IsNull() line I changed will only work for OR cases so change it back to individual IsNulls:
Code:
If Not IsNull(!ItemDescription) AND Not IsNull(!ItemQty) AND Not IsNull(!LineTotalExcVat) Then