Skip to main content
14-Alexandrite
January 23, 2026
Solved

Program to copy table A to B

  • January 23, 2026
  • 1 reply
  • 196 views

Is there any way to copy text from one table A to another table B. What ever I input in Table A should populate exactly in Table B. (This is to avoid redundancy & mistakes)

SEE Image attached

YogeshT_0-1769188093367.png

 

Best answer by KenFarley

If it's just a single line of text and you want it to be the same all over the place, like on all the sheets and in notes and in other tables, the easiest thing I can think of is to define a parameter, type STRING, and set it to the desired value. Then, wherever you want to use it, you call out the parameter.

For example, if you define a STRING that has the name mystring, wherever you want to use it you just type &mystring. Creo will see the parameter name and substitute the text you have assigned to mystring wherever you call it out.

1 reply

KenFarley21-Topaz IIAnswer
21-Topaz II
January 23, 2026

If it's just a single line of text and you want it to be the same all over the place, like on all the sheets and in notes and in other tables, the easiest thing I can think of is to define a parameter, type STRING, and set it to the desired value. Then, wherever you want to use it, you call out the parameter.

For example, if you define a STRING that has the name mystring, wherever you want to use it you just type &mystring. Creo will see the parameter name and substitute the text you have assigned to mystring wherever you call it out.

Yogesh.T14-AlexandriteAuthor
14-Alexandrite
January 27, 2026

Agree with this solution! I was wondering if there is a program of cell info derived by driven cell info. but I think parameter is a good idea. Thanks!