Userform VBA Textbox Calculation
Hi
I have a userform, in the form I have x2 textboxes
Textbox1 and Textbox2. Each of these boxes will contain a value (which can change dependant on what has been entered by the user)
I.e. Textbox1 = 12, Textbox2 = £132.65
Can anyone please help with the VBA that when I click on CommandButton1, it will multiply Textbox1 and Textbox2 and bring back the answer into Textbox3.
Any help will be most appreciated.
MarkAn
|