What I Want to Do Is
For Example
Text1.Text = 5
Text2.Text = 6
Text3.Text = Text1.Text + Text2.Text
Now, Is There any Way to Print Result Using The Formula Specified in Text3.Text Here Text1.Text + Text2.Text i.e the formula is user definabe.
Printable View
What I Want to Do Is
For Example
Text1.Text = 5
Text2.Text = 6
Text3.Text = Text1.Text + Text2.Text
Now, Is There any Way to Print Result Using The Formula Specified in Text3.Text Here Text1.Text + Text2.Text i.e the formula is user definabe.
Huh?
Is this what you are trying to say?
Text1.Text = "5"
Text2.Text = "6"
Text3.Text = "Text1.Text + Text2.Text"
And you want the expression in Text3 to be evaluated? This isn't possible in VB.