Results 1 to 2 of 2

Thread: Macro Substitutions

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    hyderabad
    Posts
    5
    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.
    chandu

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    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.
    -Shickadance

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width