Help
I have a spreadsheet with an inventory table on sheet2. It's a 104RX5C table named Inventory and so is the sheet with the following columns: and
[TABLE="width: 500"]
<tbody>[TR]
[TD]Family[/TD]
[TD]Model[/TD]
[TD]Volume[/TD]
[TD]PartNumber[/TD]
[TD]Quantity[/TD]
[/TR]
</tbody>[/TABLE]
On Sheet1 "Data Entry " i have a Userform that has 3 comboboxes corresponding to family, model and Volume; named "cbo1,cbo2,cbo3" and a "-" & "+" command button named cmdAdd & cmdSubtract to add +1 quantity to the corresponding item on the 3 combo boxes.
I have managed to get the 3 combo boxes working and dependent on each other, I just need help with the +1 or -1 buttons to change the quantity of the corresponding item.
I haven't got the slightest idea on how to code that in VBA.
Cheers,
Guenter
I have a spreadsheet with an inventory table on sheet2. It's a 104RX5C table named Inventory and so is the sheet with the following columns: and
[TABLE="width: 500"]
<tbody>[TR]
[TD]Family[/TD]
[TD]Model[/TD]
[TD]Volume[/TD]
[TD]PartNumber[/TD]
[TD]Quantity[/TD]
[/TR]
</tbody>[/TABLE]
On Sheet1 "Data Entry " i have a Userform that has 3 comboboxes corresponding to family, model and Volume; named "cbo1,cbo2,cbo3" and a "-" & "+" command button named cmdAdd & cmdSubtract to add +1 quantity to the corresponding item on the 3 combo boxes.
I have managed to get the 3 combo boxes working and dependent on each other, I just need help with the +1 or -1 buttons to change the quantity of the corresponding item.
I haven't got the slightest idea on how to code that in VBA.
Cheers,
Guenter