Filling string into a table

how do i fill in a string (dynamic) into an existing table in word document like this?

| | | | | | | |

the table is 23 columns and 2 rows.
but the string to fill in may vary.

e.g. if the string is “my name is jerryson anderson zhang”
the table in the word doc should look like:
|m|y| |n|a|m|e| |i|s| |J|e|r|r|y|s|o|n| |a|n|d|
|e|r|s|o|n| |z|h|a|n|g| | | | | | | | | | | | |

e.g. if the string is “sally”
the table in the word doc should look like:
|s|a|l|l|y| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | |

@TyraS
You can try this package.

1 Like

the table is already in the word document. i need to write the text into the table though, instead of creating new tables?

Hi @TyraS , is the document template in landscape?

Are you able to prefill text into the table template?

hi it looks like this:

if manually fill in, needs to fill in each letter follow by tab.
cos its from editable pdf.

in portrait

@TyraS , this is what I can come up with. Please modify as per your requirements.

Result:

1 Like

yess this is it thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.