Results 1 to 2 of 2

Thread: output to a text box

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Location
    Minnesota
    Posts
    86

    output to a text box

    How do I put the results of numerous formulas into one text box? It has to be in a format using "XYZ"'s in the cartesian coordinate system. X__ Y __ Z__

  2. #2
    Addicted Member
    Join Date
    Mar 2001
    Posts
    157
    If your textbox is called Text1 use:

    Text1 = "X " & xvalue & " Y" & yvalue & " Z" & zvalue

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