Hi,
I have do until loops that is deleting cells that contains the code CUSF00110.
If sheet2.range("a"&x).value = "CUSF00110" then
It works perfectly but more codes starting with "CUS" is getting generated in the data base. Thus the do until loops must delete not only that specific code "CUSF00110" but all codes starting with "CUS", will be a safe bet.
any advice?
I have do until loops that is deleting cells that contains the code CUSF00110.
If sheet2.range("a"&x).value = "CUSF00110" then
It works perfectly but more codes starting with "CUS" is getting generated in the data base. Thus the do until loops must delete not only that specific code "CUSF00110" but all codes starting with "CUS", will be a safe bet.
any advice?