Hello,
I am just begginer with vba and I need help with off-line shopping cart.
I created small db of my products in new sheet, and I created shopping sheets aswell, where you select wanted amount by using spinbutton. I think that I have to create new sheet for cart. So, I need help on automatic shopping cart:
1.What to do, to avoid empty rows after I decide to change my desired item's quantity back to 0. ( You want to buy 1st, 2nd and 3rd items, but later decide to cancel purchase of 2nd)
2.How to put product's details on one row down from previously added one.
I am just begginer with vba and I need help with off-line shopping cart.
I created small db of my products in new sheet, and I created shopping sheets aswell, where you select wanted amount by using spinbutton. I think that I have to create new sheet for cart. So, I need help on automatic shopping cart:
1.What to do, to avoid empty rows after I decide to change my desired item's quantity back to 0. ( You want to buy 1st, 2nd and 3rd items, but later decide to cancel purchase of 2nd)
2.How to put product's details on one row down from previously added one.