早上好, 我想将Word中的地址替换为Excel单元格中的地址。 我的情况如下图所示: ? 我在Excel中有一个地址,我想粘贴到基于表格单元格内的Word括号中。有一些解决方案: Write to Word Document from Excel VBA Pasting a String from excel to Word using word-VBAVBAfrom Word to Excel VBA macros: Excel to Word text
我有一个单元格文本"12-3 0000 9 FLY AIR Make MY Trip“,我希望输出类似于12-3 0000 9的下一个单元格和下一个序列单元格"FLY AIR Make MY Trip”(pWorkRng.Value)
xStr = VBA.Mid(pWorkRng.Value, i, 1)
If ((VBA.IsNumeric(xStr) And pIsNumber) Or (Not (<e