C
call_me_sol
Hi -
I need to create a very simple user form with a text box so that user
can enter a value that box to be used to complete very simple math
equations:
Crude example:
User enters: X
Userform will calculate: (X*1000)+6 = Y
Userform will then calculate: Y*4 = 8024
Userform will then paste the values ('2006' and '4012') into the
document in the appropriate spots (using doc variables that I already
know how to do)
So, really, my only question is how to make formulas work using VBA.
TIA!
-sol
I need to create a very simple user form with a text box so that user
can enter a value that box to be used to complete very simple math
equations:
Crude example:
User enters: X
Userform will calculate: (X*1000)+6 = Y
Userform will then calculate: Y*4 = 8024
Userform will then paste the values ('2006' and '4012') into the
document in the appropriate spots (using doc variables that I already
know how to do)
So, really, my only question is how to make formulas work using VBA.
TIA!
-sol