我在将单元格从表格复制到另一个单元格时遇到问题。我在这里说的是两个word文档。我可以复制文本,但项目符号和一些格式都消失了。
我试过.Formattedtext
了,但还是做不到。
Dim test As Word.Cell
'An error occurs something like "Object variable or With block variable not set"
test.Range.FormattedText = CTPDoc.Tables(2).Rows(testCount).Cells(3).Range.FormattedText