K
kimkom
Hi,
Hope you are all well.
I currently have some code in place to copy text from a table cell to
another table cell on another slide - something like this...
oTarget_table.Cell(1,2).Shape.TextFrame.TextRange.Text = _
oSource_table.Cell(1,2).Shape.TextFrame.TextRange.Text
Now...
I'm planning on using an editable text box as the text source which would
populate the destination table in the same way. Thus the user would be able
to enter their text while in the PPS and the text in the target table would
be updated.
How would my code change to make this happen?
Many thanks,
Michael
Hope you are all well.
I currently have some code in place to copy text from a table cell to
another table cell on another slide - something like this...
oTarget_table.Cell(1,2).Shape.TextFrame.TextRange.Text = _
oSource_table.Cell(1,2).Shape.TextFrame.TextRange.Text
Now...
I'm planning on using an editable text box as the text source which would
populate the destination table in the same way. Thus the user would be able
to enter their text while in the PPS and the text in the target table would
be updated.
How would my code change to make this happen?
Many thanks,
Michael