Sub joint()
ActiveSheet.Range("a2", ActiveSheet.Range("a2").End(xlDown)).Select
Row = 2
col = 2
For Each Cell In Selection
country = Cells(Row, col)
Name = Cells(Row, col + 1)
honor = Cells(Row, col + 2)
Cells(Row, col + 8) = Name & ", " & country & ", " & honor
Row = Row + 1
Next
End Sub
我想以连接形式加粗名称和斜体荣誉。
例如
我的名字,朴,ABC