PDA

Click to See Complete Forum and Search --> : output to a text box


leif
Aug 21st, 2001, 08:50 PM
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__

chrisf
Aug 22nd, 2001, 04:24 AM
If your textbox is called Text1 use:

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