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