hi all,
how can i write a VBA code to check value in 2 column
for row 2 to check if any value in column A is Yes -> display" Quantity is wrong"
if any value in column B is Yes -> display " Price is wrong"
Message only with "OK " button. If user click OK, just stop the VBA and do nothing
only when both column A & B are No, then continue doing the rest of the code
thanks
how can i write a VBA code to check value in 2 column
for row 2 to check if any value in column A is Yes -> display" Quantity is wrong"
if any value in column B is Yes -> display " Price is wrong"
Message only with "OK " button. If user click OK, just stop the VBA and do nothing
only when both column A & B are No, then continue doing the rest of the code
thanks