MFish
Board Regular
- Joined
- May 9, 2019
- Messages
- 76
Hi,
Is it possible to calculate averages on a userform with TextBoxes/Comboboxes?
Example:
Maybe...? Lol
Visually it would say within Textbox1
75%
So, before I hit submit on the userform and put it down on cells A1-A3, I can see the calculation.
Is it possible to calculate averages on a userform with TextBoxes/Comboboxes?
Example:
Code:
Combobox1.additem = "50%"
Code:
combobox2.additem = "100%"
Code:
Textbox1.value = combobox1.average + combobox2.average
Visually it would say within Textbox1
75%
So, before I hit submit on the userform and put it down on cells A1-A3, I can see the calculation.