Hi,

Current code:
AxMSChart1.RowLabel = "aaa" & ", " & "bbb"

How to write the code, so it'll appear as

aaa
bbb

instead of aaa, bbb?