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__
Printable View
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__
If your textbox is called Text1 use:
Text1 = "X " & xvalue & " Y" & yvalue & " Z" & zvalue