![]() |
#1
|
|||
|
|||
![]()
I have an issue moving formatted text from a cell in one table to another. If I just set the text property, everything works fine, but trying to get the text to keep the current formatting is proving much more work than necessary.
My initial testing just set the text property so: Code:
destTable.Cell(1,1).range.text = SourceTable.Cell(1,1).range.text Code:
destTable.Cell(1,1).range.formattedText = SourceTable.Cell(1,1).range.formattedText All I want to do is set the contents of one cell to another, and maintain the same formatting. Why does this seem to be impossible!? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
pmokover | Word | 16 | 10-30-2024 02:50 AM |
![]() |
Smallweed | Word VBA | 4 | 01-16-2014 03:15 PM |
![]() |
Aikeedoh | Excel | 5 | 09-06-2013 02:38 AM |
Import formatted text from Word into PowerPoint | parboy | PowerPoint | 0 | 07-06-2011 08:52 AM |
Insert formatted table into word (mail merge) | manojbmsce | Mail Merge | 0 | 09-25-2008 02:25 AM |