UserForm1 contains 3 x TextBox.
TextBox1 the user inputs a number
TextBox2 the user inputs a number
The User then clicks a ComandButton
What I would like when the ComandButton is clicked is the result of this simple calculation to appear in TextBox3.
TextBox2/TextBox1
Can this be done dynamically or will all results need to be transferred to cells where the calculation is done and returned in TextBox3.
Thanks, Matt
TextBox1 the user inputs a number
TextBox2 the user inputs a number
The User then clicks a ComandButton
What I would like when the ComandButton is clicked is the result of this simple calculation to appear in TextBox3.
TextBox2/TextBox1
Can this be done dynamically or will all results need to be transferred to cells where the calculation is done and returned in TextBox3.
Thanks, Matt
Last edited: