M
Marco
Hi. I need to create a formula that runs on VBA that id loaded from a text box.
Imagine this example.
Field1=2
Field2=3
if on VBA I write:
finalresult= field1*field2 the result would be 6
Until here no problem.
My problem is that I have a field named formula, is a text box field and
contains this text:
[field1]*[field2]
I need to have this on VBA:
finalresult=[formula] and the result must be 6 NOT the same text that is on
the formula text box.
Please, download the example from:
http://www.esnips.com/doc/23cc3734-8df7-45ba-9f44-3c16833a0700/Duvida_mpsilva
Thanks.
Marco
Imagine this example.
Field1=2
Field2=3
if on VBA I write:
finalresult= field1*field2 the result would be 6
Until here no problem.
My problem is that I have a field named formula, is a text box field and
contains this text:
[field1]*[field2]
I need to have this on VBA:
finalresult=[formula] and the result must be 6 NOT the same text that is on
the formula text box.
Please, download the example from:
http://www.esnips.com/doc/23cc3734-8df7-45ba-9f44-3c16833a0700/Duvida_mpsilva
Thanks.
Marco