View Single Post
 
Old 08-15-2014, 05:41 AM
MarkAn MarkAn is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Aug 2014
Posts: 2
MarkAn is on a distinguished road
Default 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
Reply With Quote