I've joined this thread hoping to expand my knowledge on visual basic and gain some understanding.
Currently I've been just learning off of other people's codes and I've been just trying to figure out to do something.
I've been trying to add a macro to my current one which would send an email out based upon a yes or no column. But my issue is What happens if i want to have an if then statement that correlates to another column based on its value. I'm thinking of starting my own company one day and was trying to make it so it's a min quantity order.
Ex) Min Quantity Quantity
10 5
5 10
so the first one won't be ordered but the 2nd one will.
Currently i have set it up as a yes or no, which i found online but I want to learn a bit more.
Thanks! you'll see me around the forum a lot more
Currently I've been just learning off of other people's codes and I've been just trying to figure out to do something.
I've been trying to add a macro to my current one which would send an email out based upon a yes or no column. But my issue is What happens if i want to have an if then statement that correlates to another column based on its value. I'm thinking of starting my own company one day and was trying to make it so it's a min quantity order.
Ex) Min Quantity Quantity
10 5
5 10
so the first one won't be ordered but the 2nd one will.
Currently i have set it up as a yes or no, which i found online but I want to learn a bit more.
Thanks! you'll see me around the forum a lot more
Comment