Hi,
I want to remove any values present in SAP Mapping 1 to SAP Mapping 5 if the Promotion is CR or NR.
i/p:
o/p:
Hi,
I want to remove any values present in SAP Mapping 1 to SAP Mapping 5 if the Promotion is CR or NR.
i/p:
o/p:
follow steps
Excel.Sheet("SheetName")currentrow("Promotion").StringValue.Equals("CR") Or currentrow("Promotion").StringValue.Equals("PR")currentRow("SAP Mapping1") = ""… repeat this assign for all columns you needcheers
Thanks Anil. I think I am having a brain freeze as I forgot this is a simple for each case.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.